Cleanup after rotating images
This commit is contained in:
parent
238812382b
commit
0aad09682d
4 changed files with 39 additions and 1 deletions
|
@ -73,6 +73,7 @@ describe('Message', () => {
|
|||
writeNewAttachmentData: async (_data: Uint8Array) =>
|
||||
'fake-attachment-path',
|
||||
writeNewStickerData: async (_data: Uint8Array) => 'fake-sticker-path',
|
||||
deleteOnDisk: async (_path: string) => undefined,
|
||||
...props,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue