chore: quick fix

This commit is contained in:
SwiftHawk 2024-05-15 14:55:19 +05:00
parent b48ab86aab
commit a2042c833b

View File

@ -321,11 +321,15 @@ export const CreatePage = () => {
setLoadingSpinnerDesc('Sending DM to signers/viewers')
// send DM to first signer if exists
if (signers.length > 0) {
const signer =
signers.length > 0 && signers[0].pubkey === usersPubkey
? signers[1]
: signers[0]
if (signer) {
await sendDM(
fileUrl,
encryptionKey,
signers[0].pubkey,
signer.pubkey,
nostrController,
true,
setAuthUrl