Add initial support for backup and restore of message and media to staging.

Co-authored-by: Cody Henthorne <cody@signal.org>
This commit is contained in:
Clark
2024-04-12 11:57:34 -04:00
committed by Greyson Parrelli
parent 8617a074ad
commit 689eacd618
71 changed files with 3198 additions and 744 deletions

View File

@@ -236,7 +236,7 @@ class UploadDependencyGraphTest {
transferProgress = AttachmentTable.TRANSFER_PROGRESS_PENDING,
size = attachment.size,
fileName = attachment.fileName,
cdnNumber = attachment.cdnNumber,
cdn = attachment.cdn,
location = attachment.remoteLocation,
key = attachment.remoteKey,
digest = attachment.remoteDigest,
@@ -256,7 +256,10 @@ class UploadDependencyGraphTest {
transformProperties = attachment.transformProperties,
displayOrder = 0,
uploadTimestamp = attachment.uploadTimestamp,
dataHash = null
dataHash = null,
archiveMediaId = null,
archiveMediaName = null,
archiveCdn = 0
)
}