chore: include sigit relay explicitly when fetching event from user relays

This commit is contained in:
daniyal 2024-12-22 21:49:56 +05:00
parent 5c24c5bde0
commit 3615de70ad

View File

@ -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,