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…
Reference in New Issue