Update libsignal to 0.41.2

This commit is contained in:
Alex Konradi
2024-03-12 13:35:13 -04:00
committed by Cody Henthorne
parent aeae6ac292
commit 4828d84caf
4 changed files with 13 additions and 13 deletions

View File

@@ -1126,7 +1126,7 @@ class ImportExportTest {
val masterKey = SignalStore.svr().getOrCreateMasterKey()
val key = MessageBackupKey(masterKey.serialize(), org.signal.libsignal.protocol.ServiceId.Aci.parseFromBinary(SELF_ACI.toByteArray()))
return MessageBackup.validate(key, factory, importData.size.toLong())
return MessageBackup.validate(key, MessageBackup.Purpose.REMOTE_BACKUP, factory, importData.size.toLong())
}
/**