fix observing of new channels

This commit is contained in:
Felicio Mununga 2022-06-09 18:28:52 +02:00
parent bf04af142e
commit 2d729a9b4e
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
1 changed files with 1 additions and 1 deletions

View File

@ -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) {