Merge pull request #669 from GetStream/fix/client-unread-count

fix(llc): Fix unread count not updating when the current user is set.
This commit is contained in:
Salvatore Giordano
2021-09-09 09:41:08 +02:00
committed by GitHub
5 changed files with 50 additions and 16 deletions
+4
View File
@@ -16,6 +16,10 @@
- Added support for `next`, `previous` value pagination in `client.search`
, [read more.](https://getstream.io/chat/docs/other-rest/search/#pagination)
🐞 Fixed
- [[#659]](https://github.com/GetStream/stream-chat-flutter/issues/659) Fixed unread count not updating correctly.
## 2.2.1
🐞 Fixed