fix chat messages not supporting NSFW
This commit is contained in:
parent
c4a88dd19f
commit
1ef388c1af
1 changed files with 1 additions and 1 deletions
|
|
@ -128,11 +128,11 @@ const ChatMessage = {
|
|||
},
|
||||
messageForStatusContent() {
|
||||
return {
|
||||
...this.message,
|
||||
summary: '',
|
||||
emojis: this.message.emojis,
|
||||
raw_html: this.message.content || this.message.raw_html || '',
|
||||
text: this.message.content || '',
|
||||
attachments: this.message.attachments,
|
||||
}
|
||||
},
|
||||
hasAttachment() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue