This commit is contained in:
Salvatore Giordano
2021-04-30 11:56:43 +02:00
parent ba293987e6
commit d14e33b697
+1 -1
View File
@@ -546,7 +546,7 @@ class StreamChatClient {
var event = await _chatPersistenceClient?.getConnectionInfo();
await _ws.connect().then((e) async {
await _ws.connect().then((e) {
_chatPersistenceClient?.updateConnectionInfo(e);
event = e;
resync();