Protos: Update to optional verified in sync (was: repeated)

This means that we no longer need to iterate.

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-06-23 15:02:22 -07:00
parent fdce4cfc7c
commit f414c13220
3 changed files with 17 additions and 21 deletions

View file

@ -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;
}