fix(dm): always add sigit relay when sending private DMs
This commit is contained in:
parent
25780a6789
commit
e405b735f7
@ -559,7 +559,7 @@ export const useNDK = () => {
|
||||
}
|
||||
}
|
||||
|
||||
if (!finalRelaysList.length) {
|
||||
if (!finalRelaysList.includes(SIGIT_RELAY)) {
|
||||
finalRelaysList.push(SIGIT_RELAY)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user