Centralize message attachment file path logic

This commit is contained in:
trevor-signal
2025-10-03 12:06:10 -04:00
committed by GitHub
parent d028fc296d
commit bc8fba61ea
11 changed files with 736 additions and 358 deletions

View File

@@ -97,7 +97,7 @@ describe('Message', () => {
localKey: '123',
plaintextHash: 'hash',
}),
deleteOnDisk: async (_path: string) => undefined,
deleteAttachmentOnDisk: async (_path: string) => undefined,
...props,
};
}