Unarchive conversations when we add a calling event to it

This commit is contained in:
Scott Nonnenberg 2022-08-11 17:28:55 -07:00 committed by GitHub
parent 584b39baa8
commit a160fb7963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -3153,6 +3153,10 @@ export class ConversationModel extends window.Backbone
this.trigger('newmessage', model);
this.updateUnread();
if (this.get('isArchived')) {
this.setArchived(false);
}
}
/**