Delete @mentions on DOE
This commit is contained in:
parent
27759233e4
commit
04eb7bc995
1 changed files with 1 additions and 0 deletions
|
@ -1529,6 +1529,7 @@ export class MessageModel extends window.Backbone.Model<MessageAttributesType> {
|
|||
this.set({
|
||||
isErased: true,
|
||||
body: '',
|
||||
bodyRanges: undefined,
|
||||
attachments: [],
|
||||
quote: null,
|
||||
contact: [],
|
||||
|
|
Loading…
Reference in a new issue