Add a new capability for storage service record key rotation

This commit is contained in:
Jon Chambers
2024-10-29 13:21:54 -04:00
committed by Jon Chambers
parent f2cb04817b
commit 44c3b046dd
3 changed files with 4 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ public class ProfileGrpcHelper {
case TRANSFER -> org.signal.chat.common.DeviceCapability.DEVICE_CAPABILITY_TRANSFER;
case DELETE_SYNC -> org.signal.chat.common.DeviceCapability.DEVICE_CAPABILITY_DELETE_SYNC;
case VERSIONED_EXPIRATION_TIMER -> org.signal.chat.common.DeviceCapability.DEVICE_CAPABILITY_VERSIONED_EXPIRATION_TIMER;
case STORAGE_SERVICE_RECORD_KEY_ROTATION -> org.signal.chat.common.DeviceCapability.DEVICE_CAPABILITY_STORAGE_SERVICE_RECORD_KEY_ROTATION;
})
.forEach(capabilitiesBuilder::addCapabilities);