[StreamChatPersistence] Fix ownReactions userId bug
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -456,7 +456,7 @@ class Client {
|
||||
wsConnectionStatus.value = ConnectionStatus.connecting;
|
||||
|
||||
if (persistenceEnabled) {
|
||||
await chatPersistenceClient.connect('db_${state.user.id}');
|
||||
await chatPersistenceClient.connect(state.user.id);
|
||||
}
|
||||
|
||||
_ws = WebSocket(
|
||||
|
||||
Reference in New Issue
Block a user