diff --git a/src/providers/NostrProvider/index.tsx b/src/providers/NostrProvider/index.tsx index cb06e5b..1e3ac92 100644 --- a/src/providers/NostrProvider/index.tsx +++ b/src/providers/NostrProvider/index.tsx @@ -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) }