fix(DM): removed direct download link #51
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user