chore(git): Merge branch 'main' into pictures-fixes

This commit is contained in:
Davinci 2024-05-17 09:37:45 +02:00
commit 12d1c74992

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