Reuse calculated height & width when deduplicating attachments

This commit is contained in:
trevor-signal
2026-02-11 11:51:38 -05:00
committed by GitHub
parent 09b006e14b
commit 8d2706bf25
5 changed files with 20 additions and 5 deletions

View File

@@ -809,6 +809,8 @@ export type ExistingAttachmentData = Pick<
| 'version'
| 'path'
| 'localKey'
| 'width'
| 'height'
| 'thumbnailPath'
| 'thumbnailLocalKey'
| 'thumbnailVersion'