Deprecate Keys.storageService sync field

This commit is contained in:
Fedor Indutny 2024-11-12 11:36:58 -08:00 committed by GitHub
parent 8772880ca1
commit fbf39a36fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 26 deletions

View file

@ -498,14 +498,14 @@ message SyncMessage {
BLOCKED = 3;
CONFIGURATION = 4;
KEYS = 5;
PNI_IDENTITY = 6;
reserved /* PNI_IDENTITY */ 6;
}
optional Type type = 1;
}
message Keys {
optional bytes storageService = 1; // deprecated: this field will be removed in a future release.
reserved /* storageService */ 1; // deprecated: this field will be removed in a future release.
optional bytes master = 2; // deprecated: this field will be removed in a future release.
optional string accountEntropyPool = 3;
optional bytes mediaRootBackupKey = 4;