fix(DM): removed direct download link

This commit is contained in:
Yury 2024-05-17 08:51:28 +03:00
parent ae213b796b
commit 9562117591

View File

@ -81,7 +81,7 @@ export const sendDM = async (
encryptionKey encryptionKey
)}` )}`
const content = `${initialLine}\n\n${decryptionUrl}\n\nDirect download${fileUrl}` const content = `${initialLine}\n\n${decryptionUrl}`
// Set up event listener for authentication event // Set up event listener for authentication event
nostrController.on('nsecbunker-auth', (url) => { nostrController.on('nsecbunker-auth', (url) => {