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({
|
this.set({
|
||||||
removalStage: 'messageRequest',
|
removalStage: 'messageRequest',
|
||||||
});
|
});
|
||||||
|
await this.maybeClearContactRemoved();
|
||||||
window.Signal.Data.updateConversation(this.attributes);
|
window.Signal.Data.updateConversation(this.attributes);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue