From 0fab6b5cdc1420854abc81493b0a83e6993336c7 Mon Sep 17 00:00:00 2001 From: Yury Date: Fri, 17 May 2024 08:51:28 +0300 Subject: [PATCH] fix(DM): removed direct download link --- src/utils/misc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/misc.ts b/src/utils/misc.ts index 0b9f994..521b6b5 100644 --- a/src/utils/misc.ts +++ b/src/utils/misc.ts @@ -81,7 +81,7 @@ export const sendDM = async ( encryptionKey )}` - const content = `${initialLine}\n\n${decryptionUrl}\n\nDirect download${fileUrl}` + const content = `${initialLine}\n\n${decryptionUrl}` // Set up event listener for authentication event nostrController.on('nsecbunker-auth', (url) => {