Add initial thumbnail restore for message backup.

This commit is contained in:
Clark
2024-05-15 14:58:29 -04:00
committed by Nicholas Tinsley
parent 757c0fd2ea
commit b72d586748
25 changed files with 397 additions and 50 deletions

View File

@@ -232,6 +232,7 @@ class UploadDependencyGraphTest {
mmsId = AttachmentTable.PREUPLOAD_MESSAGE_ID,
hasData = false,
hasThumbnail = false,
hasArchiveThumbnail = false,
contentType = attachment.contentType,
transferProgress = AttachmentTable.TRANSFER_PROGRESS_PENDING,
size = attachment.size,
@@ -259,7 +260,8 @@ class UploadDependencyGraphTest {
dataHash = null,
archiveMediaId = null,
archiveMediaName = null,
archiveCdn = 0
archiveCdn = 0,
archiveThumbnailCdn = 0
)
}