Clears @mentions when clearing draft
This commit is contained in:
parent
add184d0da
commit
476006af96
2 changed files with 9 additions and 4 deletions
|
@ -4160,9 +4160,10 @@ export class ConversationModel extends window.Backbone
|
|||
? {}
|
||||
: {
|
||||
draft: '',
|
||||
draftBodyRanges: [],
|
||||
draftTimestamp: null,
|
||||
lastMessage: model.getNotificationText(),
|
||||
lastMessageAuthor: model.getAuthorText(),
|
||||
lastMessage: model.getNotificationText(),
|
||||
lastMessageStatus: 'sending' as const,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue