feat: send relay list event to big relays
This commit is contained in:
@@ -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 relays = specifiedRelayUrls?.length
|
||||
|
||||
Reference in New Issue
Block a user