staging release #299

Merged
b merged 67 commits from staging into main 2025-01-07 10:10:29 +00:00
Showing only changes of commit 3615de70ad - Show all commits

View File

@ -150,6 +150,10 @@ export const NDKContextProvider = ({ children }: { children: ReactNode }) => {
return [] as string[] return [] as string[]
}) })
if (!relayUrls.includes(SIGIT_RELAY)) {
relayUrls.push(SIGIT_RELAY)
}
return ndk return ndk
.fetchEvents( .fetchEvents(
filter, filter,