mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 16:08:34 +01:00
Remove autoOrientJPEG and consolidate downscaling logic
This commit is contained in:
@@ -135,10 +135,7 @@ export async function handleEditMessage(
|
||||
}
|
||||
|
||||
const upgradedEditedMessageData =
|
||||
await window.Signal.Migrations.upgradeMessageSchema(
|
||||
editAttributes.message,
|
||||
{ keepOnDisk: true }
|
||||
);
|
||||
await window.Signal.Migrations.upgradeMessageSchema(editAttributes.message);
|
||||
|
||||
// Copies over the attachments from the main message if they're the same
|
||||
// and they have already been downloaded.
|
||||
|
||||
Reference in New Issue
Block a user