Add plaintext hash to existing message attachments

This commit is contained in:
trevor-signal
2024-01-02 15:14:11 -05:00
committed by GitHub
parent e28a07588e
commit dcf52aa619
7 changed files with 122 additions and 42 deletions

View File

@@ -15,11 +15,11 @@ import type {
AttachmentType,
AttachmentWithHydratedData,
UploadedAttachmentType,
migrateDataToFileSystem,
} from './Attachment';
import { toLogFormat } from './errors';
import type { LoggerType } from './Logging';
import type { ServiceIdString } from './ServiceId';
import type { migrateDataToFileSystem } from '../util/attachments/migrateDataToFilesystem';
type GenericEmbeddedContactType<AvatarType> = {
name?: Name;