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