mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-26 04:33:36 +00:00
Add incremental digests to attachment sending.
This commit is contained in:
@@ -40,6 +40,7 @@ object FakeMessageRecords {
|
||||
key: String = "",
|
||||
relay: String = "",
|
||||
digest: ByteArray = byteArrayOf(),
|
||||
incrementalDigest: ByteArray = byteArrayOf(),
|
||||
fastPreflightId: String = "",
|
||||
voiceNote: Boolean = false,
|
||||
borderless: Boolean = false,
|
||||
@@ -69,6 +70,7 @@ object FakeMessageRecords {
|
||||
key,
|
||||
relay,
|
||||
digest,
|
||||
incrementalDigest,
|
||||
fastPreflightId,
|
||||
voiceNote,
|
||||
borderless,
|
||||
|
||||
@@ -242,6 +242,7 @@ class UploadDependencyGraphTest {
|
||||
attachment.key,
|
||||
attachment.relay,
|
||||
attachment.digest,
|
||||
attachment.incrementalDigest,
|
||||
attachment.fastPreflightId,
|
||||
attachment.isVoiceNote,
|
||||
attachment.isBorderless,
|
||||
|
||||
Reference in New Issue
Block a user