mirror of
https://github.com/status-im/wakuconnect-chat-sdk.git
synced 2025-02-17 14:37:18 +00:00
fix community fetching on js-waku
's abort
This commit is contained in:
parent
e1150d7f12
commit
62c499c50f
@ -99,7 +99,9 @@ export class Community {
|
|||||||
while (--index >= 0) {
|
while (--index >= 0) {
|
||||||
this.client.handleWakuMessage(wakuMessages[index])
|
this.client.handleWakuMessage(wakuMessages[index])
|
||||||
|
|
||||||
return this.description !== undefined
|
if (this.description) {
|
||||||
|
return true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user