fix: 🐛
This commit is contained in:
@@ -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
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user