mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Centralize message attachment file path logic
This commit is contained in:
@@ -97,7 +97,7 @@ describe('Message', () => {
|
||||
localKey: '123',
|
||||
plaintextHash: 'hash',
|
||||
}),
|
||||
deleteOnDisk: async (_path: string) => undefined,
|
||||
deleteAttachmentOnDisk: async (_path: string) => undefined,
|
||||
...props,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user