diff --git a/packages/status-js/src/client/community/community.ts b/packages/status-js/src/client/community/community.ts index 40c5426e..74b29395 100644 --- a/packages/status-js/src/client/community/community.ts +++ b/packages/status-js/src/client/community/community.ts @@ -99,7 +99,9 @@ export class Community { while (--index >= 0) { this.client.handleWakuMessage(wakuMessages[index]) - return this.description !== undefined + if (this.description) { + return true + } } }, })