feat: publish favorite relays event to big relays
This commit is contained in:
parent
ffd22e27bc
commit
69209957e4
1 changed files with 1 additions and 1 deletions
|
|
@ -454,7 +454,7 @@ export function NostrProvider({ children }: { children: React.ReactNode }) {
|
|||
})
|
||||
}
|
||||
}
|
||||
if (draftEvent.kind === kinds.RelayList) {
|
||||
if ([kinds.RelayList, ExtendedKind.FAVORITE_RELAYS].includes(draftEvent.kind)) {
|
||||
additionalRelayUrls.push(...BIG_RELAY_URLS)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue