Clean up AttachmentTable schema.

This commit is contained in:
Greyson Parrelli
2024-01-09 09:21:23 -05:00
committed by Alex Hart
parent 62b142cdeb
commit fe39b5e4e2
40 changed files with 486 additions and 502 deletions

View File

@@ -27,7 +27,7 @@ import org.thoughtcrime.securesms.util.MediaUtil
object FakeMessageRecords {
fun buildDatabaseAttachment(
attachmentId: AttachmentId = AttachmentId(1, 1),
attachmentId: AttachmentId = AttachmentId(1),
mmsId: Long = 1,
hasData: Boolean = true,
hasThumbnail: Boolean = true,
@@ -69,7 +69,6 @@ object FakeMessageRecords {
cdnNumber,
location,
key,
relay,
digest,
incrementalDigest,
incrementalMacChunkSize,