iachat/app/javascript/dashboard/routes
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
..
dashboard fix(signature): coalesce null message_signature to empty string 2026-04-17 18:20:37 -03:00
index.js Chore/merge upstream 4.8.0 (#150) 2025-11-19 16:25:58 -03:00
index.spec.js chore: fix circleci on vite build (#10214) 2024-10-07 15:27:41 +05:30