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() {
|
messageForStatusContent() {
|
||||||
return {
|
return {
|
||||||
|
...this.message,
|
||||||
summary: '',
|
summary: '',
|
||||||
emojis: this.message.emojis,
|
emojis: this.message.emojis,
|
||||||
raw_html: this.message.content || this.message.raw_html || '',
|
raw_html: this.message.content || this.message.raw_html || '',
|
||||||
text: this.message.content || '',
|
text: this.message.content || '',
|
||||||
attachments: this.message.attachments,
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
hasAttachment() {
|
hasAttachment() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue