Clear thumbnail/screenshot when forwarding media

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2026-01-07 16:51:48 -06:00
committed by GitHub
parent 90e751141f
commit 543b47a769

View File

@@ -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(