mirror of
https://github.com/status-im/status-web-archive.git
synced 2025-02-17 18:16:27 +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(
|
const addedChats = difference(
|
||||||
Object.keys(communityMetadata.chats),
|
Object.keys(communityMetadata.chats),
|
||||||
Object.keys(communityMetadata.chats)
|
Object.keys(this.communityMetadata.chats)
|
||||||
)
|
)
|
||||||
|
|
||||||
if (removedChats.length) {
|
if (removedChats.length) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user