From d42aec4dac311da3aa9d9d520edd5579459abb0a Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Wed, 3 May 2023 14:10:05 -0700 Subject: [PATCH] Remove unused notification when possible --- ts/models/conversations.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/models/conversations.ts b/ts/models/conversations.ts index bd592b3c77..7e1cc6e007 100644 --- a/ts/models/conversations.ts +++ b/ts/models/conversations.ts @@ -1452,6 +1452,7 @@ export class ConversationModel extends window.Backbone this.set({ removalStage: 'messageRequest', }); + await this.maybeClearContactRemoved(); window.Signal.Data.updateConversation(this.attributes); }