mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Clean up AttachmentTable schema.
This commit is contained in:
committed by
Alex Hart
parent
62b142cdeb
commit
fe39b5e4e2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user