fix: 🐛
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user