Upgrade libsignal to 0.32.1

This commit is contained in:
Nicholas
2023-09-27 11:38:57 -04:00
committed by Cody Henthorne
parent 5c089e1d77
commit d063cfe36a
34 changed files with 321 additions and 237 deletions

View File

@@ -41,6 +41,7 @@ object FakeMessageRecords {
relay: String = "",
digest: ByteArray = byteArrayOf(),
incrementalDigest: ByteArray = byteArrayOf(),
incrementalMacChunkSize: Int = 0,
fastPreflightId: String = "",
voiceNote: Boolean = false,
borderless: Boolean = false,
@@ -71,6 +72,7 @@ object FakeMessageRecords {
relay,
digest,
incrementalDigest,
incrementalMacChunkSize,
fastPreflightId,
voiceNote,
borderless,