mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-25 04:06:14 +00:00
Add IV to the attachment table.
This commit is contained in:
committed by
Cody Henthorne
parent
07289b417b
commit
4b47d38d78
@@ -240,6 +240,7 @@ class UploadDependencyGraphTest {
|
||||
cdn = attachment.cdn,
|
||||
location = attachment.remoteLocation,
|
||||
key = attachment.remoteKey,
|
||||
iv = attachment.remoteIv,
|
||||
digest = attachment.remoteDigest,
|
||||
incrementalDigest = attachment.incrementalDigest,
|
||||
incrementalMacChunkSize = attachment.incrementalMacChunkSize,
|
||||
|
||||
Reference in New Issue
Block a user