Protos: Add support for the contact sync end event

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-06-08 16:09:34 -07:00
parent 7b62c4184e
commit 165217d020
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ message SyncMessage {
message Contacts {
optional AttachmentPointer blob = 1;
optional bool isComplete = 2 [default = false];
}
message Groups {