Skip to content
Snippets Groups Projects
Commit 609dc5da authored by HJ's avatar HJ :fire:
Browse files

fix chats messages

parent bebafa1a
No related branches found
No related tags found
No related merge requests found
......@@ -58,8 +58,8 @@ const ChatMessage = {
return {
summary: '',
emojis: this.message.emojis,
raw_html: this.message.content,
text: this.message.content,
raw_html: this.message.content || '',
text: this.message.content || '',
attachments: this.message.attachments
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment