fix chats messages
This commit is contained in:
parent
bebafa1a2c
commit
609dc5da0c
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ const ChatMessage = {
|
||||||
return {
|
return {
|
||||||
summary: '',
|
summary: '',
|
||||||
emojis: this.message.emojis,
|
emojis: this.message.emojis,
|
||||||
raw_html: this.message.content,
|
raw_html: this.message.content || '',
|
||||||
text: this.message.content,
|
text: this.message.content || '',
|
||||||
attachments: this.message.attachments
|
attachments: this.message.attachments
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue