|
|
|
@ -113,8 +113,7 @@ class ClientService extends EventTarget { |
|
|
|
}) |
|
|
|
}) |
|
|
|
if (mentions.length > 0) { |
|
|
|
if (mentions.length > 0) { |
|
|
|
const relayLists = await this.fetchRelayLists(mentions) |
|
|
|
const relayLists = await this.fetchRelayLists(mentions) |
|
|
|
relayLists.forEach((relayList, index) => { |
|
|
|
relayLists.forEach((relayList) => { |
|
|
|
const mentionPubkey = mentions[index] |
|
|
|
|
|
|
|
_additionalRelayUrls.push(...relayList.read.slice(0, 4)) |
|
|
|
_additionalRelayUrls.push(...relayList.read.slice(0, 4)) |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
|