fix(dm): always add sigit relay when sending private DMs

This commit is contained in:
en 2025-02-07 14:37:08 +01:00
parent 25780a6789
commit e405b735f7

View File

@ -559,7 +559,7 @@ export const useNDK = () => {
}
}
if (!finalRelaysList.length) {
if (!finalRelaysList.includes(SIGIT_RELAY)) {
finalRelaysList.push(SIGIT_RELAY)
}