fix(DM): removed direct download link #51

Merged
s merged 1 commits from dm-fix into main 2024-05-17 06:46:32 +00:00

View File

@ -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) => {