chatwoot / chatwoot

Open-source live-chat, email support, omni-channel desk. An alternative to Intercom, Zendesk, Salesforce Service Cloud etc. 🔥💬
https://www.chatwoot.com/help-center
Other
19.46k stars 3.08k forks source link

fix: message signature default value #9446

Closed scmmishra closed 1 month ago

scmmishra commented 1 month ago

The messageSignature props has a default value of '' however this is only selected when the value passed is undefined, in a case where null is passed, it is consumed as it is.

This value further propagates to the Editor.vue component where it fails in createState method at MessageMarkdownTransformer(messageSchema).parse(content)

This PR fixes it

linear[bot] commented 1 month ago

CW-3278 MardkownIt parsing issue in Editor.vue

github-actions[bot] commented 1 week ago

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.