From dbbd9134455affb83b350bb2121e4c8dc39dac0b Mon Sep 17 00:00:00 2001 From: Ravi Khadiwala Date: Fri, 22 Aug 2025 11:40:16 -0500 Subject: [PATCH] Allow downgrade on SQPR capability --- .../whispersystems/textsecuregcm/storage/DeviceCapability.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/src/main/java/org/whispersystems/textsecuregcm/storage/DeviceCapability.java b/service/src/main/java/org/whispersystems/textsecuregcm/storage/DeviceCapability.java index d59f3ea22..98ca6e4b3 100644 --- a/service/src/main/java/org/whispersystems/textsecuregcm/storage/DeviceCapability.java +++ b/service/src/main/java/org/whispersystems/textsecuregcm/storage/DeviceCapability.java @@ -15,7 +15,7 @@ public enum DeviceCapability { @Deprecated(forRemoval = true) // Can be removed sometime after 11/10/2025 STORAGE_SERVICE_RECORD_KEY_ROTATION("ssre2", AccountCapabilityMode.ALWAYS_CAPABLE, true, true), ATTACHMENT_BACKFILL("attachmentBackfill", AccountCapabilityMode.PRIMARY_DEVICE, false, true), - SPARSE_POST_QUANTUM_RATCHET("spqr", AccountCapabilityMode.ALL_DEVICES, true, true); + SPARSE_POST_QUANTUM_RATCHET("spqr", AccountCapabilityMode.ALL_DEVICES, false, true); public enum AccountCapabilityMode { /**