mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 16:38:21 +01:00
Show ready-to-download documents in media gallery
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user