mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 21:28:40 +00:00
Improve logic for app badge count
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user