Add support for addressing attachments within a message.

This commit is contained in:
Cody Henthorne
2024-06-14 11:35:52 -04:00
committed by Greyson Parrelli
parent 10922594b3
commit a2fc710261
35 changed files with 181 additions and 66 deletions

View File

@@ -262,7 +262,8 @@ class UploadDependencyGraphTest {
archiveMediaName = null,
archiveCdn = 0,
archiveThumbnailCdn = 0,
thumbnailRestoreState = AttachmentTable.ThumbnailRestoreState.NONE
thumbnailRestoreState = AttachmentTable.ThumbnailRestoreState.NONE,
uuid = null
)
}