diff --git a/src/contexts/NDKContext.tsx b/src/contexts/NDKContext.tsx index efc47e9..c4d73f9 100644 --- a/src/contexts/NDKContext.tsx +++ b/src/contexts/NDKContext.tsx @@ -150,6 +150,10 @@ export const NDKContextProvider = ({ children }: { children: ReactNode }) => { return [] as string[] }) + if (!relayUrls.includes(SIGIT_RELAY)) { + relayUrls.push(SIGIT_RELAY) + } + return ndk .fetchEvents( filter,