feat: 💨
This commit is contained in:
parent
163f3212d8
commit
944246b582
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,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) => {
|
relayLists.forEach((relayList) => {
|
||||||
relayList.read.slice(0, 4).forEach((url) => relaySet.add(url))
|
relayList.read.slice(0, 5).forEach((url) => relaySet.add(url))
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue