getTotalUnreadForConversation: Add missing isGroup parameter
This commit is contained in:
parent
5d65e3b36c
commit
25282e3afa
5 changed files with 43 additions and 13 deletions
|
@ -4645,7 +4645,8 @@ export class ConversationModel extends window.Backbone
|
|||
await markConversationRead(this.attributes, newestUnreadAt, options);
|
||||
|
||||
const unreadCount = await window.Signal.Data.getTotalUnreadForConversation(
|
||||
this.id
|
||||
this.id,
|
||||
{ storyId: undefined, isGroup: isGroup(this.attributes) }
|
||||
);
|
||||
|
||||
const prevUnreadCount = this.get('unreadCount');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue