chore: include sigit relay explicitly when fetching event from user relays
This commit is contained in:
parent
5c24c5bde0
commit
3615de70ad
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user