Cleanup after rotating images
This commit is contained in:
parent
238812382b
commit
0aad09682d
4 changed files with 39 additions and 1 deletions
|
@ -247,6 +247,7 @@ export function initializeMigrations({
|
|||
getImageDimensions,
|
||||
makeImageThumbnail,
|
||||
makeVideoScreenshot,
|
||||
deleteOnDisk,
|
||||
logger,
|
||||
}),
|
||||
processNewSticker: (stickerData: Uint8Array) =>
|
||||
|
@ -282,6 +283,7 @@ export function initializeMigrations({
|
|||
maxVersion,
|
||||
getAbsoluteStickerPath,
|
||||
writeNewStickerData,
|
||||
deleteOnDisk,
|
||||
});
|
||||
},
|
||||
writeMessageAttachments: MessageType.createAttachmentDataWriter({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue