mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-24 19:56:00 +00:00
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:
@@ -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
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user