mirror of
https://github.com/status-im/dappconnect-sdks.git
synced 2025-01-13 10:14:57 +00:00
fix observing of new channels
This commit is contained in:
parent
75dd342bcd
commit
c416ec3e94
@ -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