feat: send relay list event to big relays
This commit is contained in:
parent
a726971324
commit
552089b15c
1 changed files with 3 additions and 0 deletions
|
|
@ -403,6 +403,9 @@ export function NostrProvider({ children }: { children: React.ReactNode }) {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (draftEvent.kind === kinds.RelayList) {
|
||||||
|
additionalRelayUrls.push(...BIG_RELAY_URLS)
|
||||||
|
}
|
||||||
|
|
||||||
const event = await signEvent(draftEvent)
|
const event = await signEvent(draftEvent)
|
||||||
const relays = specifiedRelayUrls?.length
|
const relays = specifiedRelayUrls?.length
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue