fix: 🐛

This commit is contained in:
codytseng
2025-02-20 00:08:51 +08:00
parent fe7d3a8b32
commit 09f44fc1a0
5 changed files with 29 additions and 39 deletions

View File

@@ -360,7 +360,8 @@ export function NostrProvider({ children }: { children: React.ReactNode }) {
? specifiedRelayUrls
: (relayList?.write ?? [])
.concat(additionalRelayUrls ?? [])
.concat(client.getDefaultRelayUrls()),
.concat(client.getCurrentRelayUrls())
.concat(BIG_RELAY_URLS),
event
)
return event