iachat/app/javascript/dashboard
gabrieljablonski 4f7683e55a fix(signature): coalesce null message_signature to empty string
users.message_signature is nullable, so currentUser.message_signature can
arrive as null for accounts without a signature set. Vue prop defaults
only kick in for undefined, so the null passed through v-model to the
Editor, which called MarkdownIt.parse(null) and threw 'Input data should
be a String', breaking the profile settings page.
2026-04-17 18:20:37 -03:00
..
api Merge branch 'main' into chore/merge-4.13.0 2026-04-17 16:23:47 -03:00
assets Merge branch 'main' into chore/merge-4.13.0 2026-04-17 16:23:47 -03:00
components fix(merge): CI offenses missed by pre-commit hook 2026-04-17 16:40:00 -03:00
components-next Merge branch 'main' into chore/merge-4.13.0 2026-04-17 16:23:47 -03:00
composables Merge branch 'main' into chore/merge-4.13.0 2026-04-17 16:23:47 -03:00
constants Merge branch 'main' into chore/merge-4.13.0 2026-04-17 16:23:47 -03:00
helper Merge branch 'main' into chore/merge-4.13.0 2026-04-17 16:23:47 -03:00
i18n Merge branch 'main' into chore/merge-4.13.0 2026-04-17 16:23:47 -03:00
mixins Chore/merge upstream 4.8.0 (#150) 2025-11-19 16:25:58 -03:00
modules Merge branch 'chatwoot/develop' into chore/merge-upstream-4.12.0 2026-03-20 00:27:45 -03:00
routes fix(signature): coalesce null message_signature to empty string 2026-04-17 18:20:37 -03:00
store Merge branch 'main' into chore/merge-4.13.0 2026-04-17 16:23:47 -03:00
stores feat: Voice Channel (#11602) 2025-12-19 12:41:33 -08:00
App.vue fix(sentry): syntaxError: No error message (#13954) 2026-03-31 21:09:02 +05:30
featureFlags.js Merge branch 'main' into chore/merge-4.13.0 2026-04-17 16:23:47 -03:00