Use RemoteConfig for UsePqRatchet.

Co-authored-by: Greyson Parrelli <greyson@signal.org>
This commit is contained in:
gram-signal
2025-07-01 13:02:03 -04:00
committed by Greyson Parrelli
co-authored by Greyson Parrelli
parent f6b74ad2a0
commit 173983a1ab
9 changed files with 34 additions and 16 deletions
@@ -163,7 +163,7 @@ class SignalClient {
}
fun decryptMessage(envelope: Envelope) {
cipher.decrypt(envelope, System.currentTimeMillis())
cipher.decrypt(envelope, System.currentTimeMillis(), UsePqRatchet.NO)
}
private fun createPreKeyBundle(): PreKeyBundle {