mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 08:39:22 +01:00
Fix attachment reconciliation bugs stemming from incorrect base64 encoded remote_key.
This commit is contained in:
@@ -55,7 +55,7 @@ class ArchivedAttachment : Attachment {
|
||||
fileName = fileName,
|
||||
cdn = Cdn.fromCdnNumber(cdn),
|
||||
remoteLocation = cdnKey,
|
||||
remoteKey = Base64.encodeWithoutPadding(key),
|
||||
remoteKey = Base64.encodeWithPadding(key),
|
||||
remoteDigest = null,
|
||||
incrementalDigest = incrementalMac,
|
||||
fastPreflightId = null,
|
||||
|
||||
Reference in New Issue
Block a user