mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-14 23:18:54 +00:00
Deprecate Keys.storageService sync field
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user