fix: 🐛
This commit is contained in:
parent
b576afb971
commit
bf86742976
1 changed files with 1 additions and 1 deletions
|
|
@ -1018,7 +1018,7 @@ class ClientService extends EventTarget {
|
||||||
const nonExistingPubkeys = pubkeys.filter((_, i) => !relayEvents[i])
|
const nonExistingPubkeys = pubkeys.filter((_, i) => !relayEvents[i])
|
||||||
if (nonExistingPubkeys.length) {
|
if (nonExistingPubkeys.length) {
|
||||||
const events = await this.query(BIG_RELAY_URLS, {
|
const events = await this.query(BIG_RELAY_URLS, {
|
||||||
authors: pubkeys as string[],
|
authors: nonExistingPubkeys as string[],
|
||||||
kinds: [kinds.RelayList],
|
kinds: [kinds.RelayList],
|
||||||
limit: pubkeys.length
|
limit: pubkeys.length
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue