mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Clear thumbnail/screenshot when forwarding media
This commit is contained in:
@@ -148,6 +148,9 @@ export async function maybeForwardMessages(
|
||||
(attachments || []).map(async item => ({
|
||||
...(await loadAttachmentData(item)),
|
||||
path: undefined,
|
||||
thumbnail: undefined,
|
||||
thumbnailFromBackup: undefined,
|
||||
screenshot: undefined,
|
||||
}))
|
||||
);
|
||||
const attachmentsToSend = attachmentsWithData.filter(
|
||||
|
||||
Reference in New Issue
Block a user