feat: adjust target relays for reviews

This commit is contained in:
codytseng
2025-09-30 15:36:36 +08:00
parent 98c6555ba5
commit bdeee4ec31
2 changed files with 3 additions and 3 deletions

View File

@@ -123,7 +123,8 @@ class ClientService extends EventTarget {
kinds.RelayList,
kinds.Contacts,
ExtendedKind.FAVORITE_RELAYS,
ExtendedKind.BLOSSOM_SERVER_LIST
ExtendedKind.BLOSSOM_SERVER_LIST,
ExtendedKind.RELAY_REVIEW
].includes(event.kind)
) {
_additionalRelayUrls.push(...BIG_RELAY_URLS)