Improve logic for app badge count

This commit is contained in:
Evan Hahn 2022-05-23 22:21:14 +00:00 committed by GitHub
parent 95de40662b
commit 59b45399e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 150 additions and 30 deletions

View file

@ -4278,8 +4278,6 @@ export class ConversationModel extends window.Backbone
if (Boolean(previousMarkedUnread) !== Boolean(markedUnread)) {
this.captureChange('markedUnread');
}
window.Whisper.events.trigger('updateUnreadCount');
}
async refreshGroupLink(): Promise<void> {