Merge pull request 'fix(DM): removed direct download link' (#51) from dm-fix into main
All checks were successful
Release / build_and_release (push) Successful in 1m6s

Reviewed-on: https://git.sigit.io/sig/it/pulls/51
Reviewed-by: Leonardo Davinci <m@noreply.git.sigit.io>
This commit is contained in:
s 2024-05-17 06:46:31 +00:00
commit 706025a7a4

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