fix chats messages
This commit is contained in:
parent
bebafa1a2c
commit
609dc5da0c
@ -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 New Issue
Block a user