fix(llc): unread count not updating

This commit is contained in:
Salvatore Giordano
2021-08-31 10:47:45 +02:00
parent 2bc6e2dd0f
commit 8217b7469a
@@ -1934,6 +1934,8 @@ class ChannelClientState {
read: newReads,
pinnedMessages: updatedState.pinnedMessages,
);
_computeInitialUnread();
}
int _sortByCreatedAt(Message a, Message b) =>