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
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:
commit
706025a7a4
@ -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) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user