mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
upgradeSchema: New keepOnDisk option, used for edits
This commit is contained in:
@@ -134,7 +134,10 @@ export async function handleEditMessage(
|
||||
}
|
||||
|
||||
const upgradedEditedMessageData =
|
||||
await window.Signal.Migrations.upgradeMessageSchema(editAttributes.message);
|
||||
await window.Signal.Migrations.upgradeMessageSchema(
|
||||
editAttributes.message,
|
||||
{ keepOnDisk: true }
|
||||
);
|
||||
|
||||
// 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