feat: 💨

This commit is contained in:
codytseng
2025-12-21 23:50:49 +08:00
parent 163f3212d8
commit 944246b582

View File

@@ -118,7 +118,7 @@ class ClientService extends EventTarget {
if (mentions.length > 0) {
const relayLists = await this.fetchRelayLists(mentions)
relayLists.forEach((relayList) => {
relayList.read.slice(0, 4).forEach((url) => relaySet.add(url))
relayList.read.slice(0, 5).forEach((url) => relaySet.add(url))
})
}
}