fix: 🐛
This commit is contained in:
parent
25bd4337c8
commit
fa455ba127
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ export function NostrProvider({ children }: { children: React.ReactNode }) {
|
||||||
if (!relayListEvent) {
|
if (!relayListEvent) {
|
||||||
if (storedRelayListEvent) return
|
if (storedRelayListEvent) return
|
||||||
|
|
||||||
setRelayList({ write: BIG_RELAY_URLS, read: BIG_RELAY_URLS })
|
setRelayList({ write: BIG_RELAY_URLS, read: BIG_RELAY_URLS, originalRelays: [] })
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
const isNew = storage.setAccountRelayListEvent(relayListEvent)
|
const isNew = storage.setAccountRelayListEvent(relayListEvent)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue