Update unread count when marking as unread
Co-authored-by: Chris Svenningsen <chris@carbonfive.com>
This commit is contained in:
parent
8bfaf598af
commit
cfc3c123bc
2 changed files with 20 additions and 1 deletions
|
@ -3030,6 +3030,7 @@ export class ConversationModel extends window.Backbone.Model<
|
|||
this.set({ markedUnread });
|
||||
window.Signal.Data.updateConversation(this.attributes);
|
||||
this.captureChange('markedUnread');
|
||||
window.Whisper.events.trigger('updateUnreadCount');
|
||||
}
|
||||
|
||||
async updateExpirationTimer(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue