fix: 🐛
This commit is contained in:
parent
fe7d3a8b32
commit
09f44fc1a0
5 changed files with 29 additions and 39 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue