mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-03 06:41:19 +01:00
Faster incremental builds
This commit is contained in:
@@ -8,11 +8,11 @@ import {
|
||||
stringToMIMEType,
|
||||
} from '../../../types/MIME.js';
|
||||
import { createLogger } from '../../../logging/log.js';
|
||||
import type { AttachmentType } from '../../../types/Attachment.js';
|
||||
import {
|
||||
type AttachmentType,
|
||||
hasRequiredInformationForBackup,
|
||||
hasRequiredInformationToDownloadFromTransitTier,
|
||||
} from '../../../types/Attachment.js';
|
||||
} from '../../../util/Attachment.js';
|
||||
import { Backups, SignalService } from '../../../protobuf/index.js';
|
||||
import * as Bytes from '../../../Bytes.js';
|
||||
import {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
import { DataReader } from '../../../sql/Client.js';
|
||||
import * as Bytes from '../../../Bytes.js';
|
||||
import { getBackupMediaRootKey } from '../crypto.js';
|
||||
import { type BackupableAttachmentType } from '../../../types/Attachment.js';
|
||||
import type { BackupableAttachmentType } from '../../../types/Attachment.js';
|
||||
|
||||
export function getMediaIdFromMediaName(mediaName: string): {
|
||||
string: string;
|
||||
|
||||
Reference in New Issue
Block a user