Merge pull request #750 from GetStream/hotfix/unread

fix(llc): fix channel unread count
This commit is contained in:
Salvatore Giordano
2021-10-27 15:01:28 +02:00
committed by GitHub
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@
🐞 Fixed
- markAllRead() now updates local channel states.
- [[#744]](https://github.com/GetStream/stream-chat-flutter/issues/744) Fixed unread count not updating correctly
## 3.1.1
@@ -1934,8 +1934,6 @@ class ChannelClientState {
read: newReads,
pinnedMessages: updatedState.pinnedMessages,
);
_computeUnread();
}
int _sortByCreatedAt(Message a, Message b) =>