mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Add archive media apis.
This commit is contained in:
committed by
Alex Hart
parent
ccc9752485
commit
218964cbda
@@ -55,7 +55,8 @@ object FakeMessageRecords {
|
||||
audioHash: AudioHash? = null,
|
||||
transformProperties: AttachmentTable.TransformProperties? = null,
|
||||
displayOrder: Int = 0,
|
||||
uploadTimestamp: Long = 200
|
||||
uploadTimestamp: Long = 200,
|
||||
dataHash: String? = null
|
||||
): DatabaseAttachment {
|
||||
return DatabaseAttachment(
|
||||
attachmentId,
|
||||
@@ -85,7 +86,8 @@ object FakeMessageRecords {
|
||||
audioHash,
|
||||
transformProperties,
|
||||
displayOrder,
|
||||
uploadTimestamp
|
||||
uploadTimestamp,
|
||||
dataHash
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user