Remove unused notification when possible

This commit is contained in:
Fedor Indutny 2023-05-03 14:10:05 -07:00 committed by Josh Perez
parent ca4aad6bad
commit d42aec4dac

View file

@ -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);
} }