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