fix(llc): Fix unread count not updating when the current user is set.

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2021-09-08 16:37:34 +05:30
committed by xsahil03x
parent 386df52048
commit f4e37e23d6
5 changed files with 44 additions and 14 deletions
+4
View File
@@ -14,6 +14,10 @@
- Added `Filter.contains` and `Filter.empty`
🐞 Fixed
- [[#659]](https://github.com/GetStream/stream-chat-flutter/issues/659) Fixed unread count not updating correctly.
## 2.2.1
🐞 Fixed