Deprecate Keys.storageService sync field

This commit is contained in:
automated-signal 2024-11-12 15:54:56 -06:00 committed by GitHub
parent 6c8f47a029
commit 0a2b7db4df
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;