Deprecate storageServiceKey in SyncMessage.Keys
This commit is contained in:
parent
37b3a6de4b
commit
d7b53f3d27
8 changed files with 62 additions and 26 deletions
|
@ -505,7 +505,8 @@ message SyncMessage {
|
|||
}
|
||||
|
||||
message Keys {
|
||||
optional bytes storageService = 1;
|
||||
optional bytes storageService = 1; // deprecated: this field will be removed in a future release.
|
||||
optional bytes master = 2;
|
||||
}
|
||||
|
||||
message Read {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue