diff --git a/ts/models/conversations.ts b/ts/models/conversations.ts index 7e1cc6e007..fe4dbb1cb5 100644 --- a/ts/models/conversations.ts +++ b/ts/models/conversations.ts @@ -3470,6 +3470,8 @@ export class ConversationModel extends window.Backbone if (canConversationBeUnarchived(this.attributes)) { this.setArchived(false); + } else { + window.Signal.Data.updateConversation(this.attributes); } }) );