diff --git a/packages/status-js/src/client/community/community.ts b/packages/status-js/src/client/community/community.ts index 949d9713..d4b95fdb 100644 --- a/packages/status-js/src/client/community/community.ts +++ b/packages/status-js/src/client/community/community.ts @@ -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) {