Protos: Update to optional verified in sync (was: repeated)
This means that we no longer need to iterate. FREEBIE
This commit is contained in:
parent
fdce4cfc7c
commit
f414c13220
3 changed files with 17 additions and 21 deletions
|
@ -135,7 +135,7 @@ message SyncMessage {
|
|||
optional Request request = 4;
|
||||
repeated Read read = 5;
|
||||
optional Blocked blocked = 6;
|
||||
repeated Verified verified = 7;
|
||||
optional Verified verified = 7;
|
||||
optional bytes padding = 8;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue