Remove unused notification when possible
This commit is contained in:
parent
ca4aad6bad
commit
d42aec4dac
1 changed files with 1 additions and 0 deletions
|
@ -1452,6 +1452,7 @@ export class ConversationModel extends window.Backbone
|
|||
this.set({
|
||||
removalStage: 'messageRequest',
|
||||
});
|
||||
await this.maybeClearContactRemoved();
|
||||
window.Signal.Data.updateConversation(this.attributes);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue