mirror of
https://github.com/status-im/wakuconnect-chat-sdk.git
synced 2025-02-05 16:53:43 +00:00
fix observing of new channels
This commit is contained in:
parent
bf04af142e
commit
2d729a9b4e
@ -193,7 +193,7 @@ export class Community {
|
||||
)
|
||||
const addedChats = difference(
|
||||
Object.keys(communityMetadata.chats),
|
||||
Object.keys(communityMetadata.chats)
|
||||
Object.keys(this.communityMetadata.chats)
|
||||
)
|
||||
|
||||
if (removedChats.length) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user