mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 10:19:08 +00:00
Filter file scheme; disable http, https and ftp entirely
This commit is contained in:
@@ -742,7 +742,6 @@ async function exportConversation(db, conversation, options) {
|
||||
const jsonString = JSON.stringify(stringify(message));
|
||||
stream.write(jsonString);
|
||||
|
||||
console.log({ backupMessage: message });
|
||||
if (attachments && attachments.length > 0) {
|
||||
const exportAttachments = () =>
|
||||
writeAttachments(attachments, {
|
||||
|
||||
Reference in New Issue
Block a user