Merge pull request #1072 from GetStream/hotfix/userReconnection

fix(llc): send only user_id while reconnecting
This commit is contained in:
Salvatore Giordano
2022-04-13 09:07:41 +02:00
committed by GitHub
5 changed files with 38 additions and 11 deletions
+1
View File
@@ -9,6 +9,7 @@
channel update.
- [[#1054]](https://github.com/GetStream/stream-chat-flutter/issues/1054) Fix `Unsupported operation: Cannot remove from an unmodifiable list`.
- [[#1033]](https://github.com/GetStream/stream-chat-flutter/issues/1033) Hard delete from dashboard does not delete message from client.
- Send only `user_id` while reconnecting.
✅ Added