Show ready-to-download documents in media gallery

This commit is contained in:
Fedor Indutny
2025-09-23 11:53:41 -07:00
committed by GitHub
parent e9ea20bb73
commit 9c97d3e73c
30 changed files with 481 additions and 314 deletions

View File

@@ -21,7 +21,7 @@ import { handleVideoAttachment } from './handleVideoAttachment.js';
import { isHeic, stringToMIMEType } from '../types/MIME.js';
import { ToastType } from '../types/Toast.js';
import { isImageTypeSupported, isVideoTypeSupported } from './GoogleChrome.js';
import { getAttachmentCiphertextSize } from '../AttachmentCrypto.js';
import { getAttachmentCiphertextSize } from './AttachmentCrypto.js';
import { MediaTier } from '../types/AttachmentDownload.js';
const log = createLogger('processAttachment');