fix(llc): fix user, channel unreadCount
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -395,6 +395,9 @@ class StreamChatClient {
|
||||
}
|
||||
|
||||
void _handleHealthCheckEvent(Event event) {
|
||||
final user = event.me;
|
||||
if (user != null) state.currentUser = user;
|
||||
|
||||
final connectionId = event.connectionId;
|
||||
if (connectionId != null) {
|
||||
_connectionIdManager.setConnectionId(connectionId);
|
||||
|
||||
Reference in New Issue
Block a user