Add new subscription multi device sync message.

This commit is contained in:
Alex Hart
2021-11-30 13:59:25 -04:00
committed by Greyson Parrelli
parent 9f9bf3c604
commit ae1f834619
10 changed files with 99 additions and 6 deletions

View File

@@ -447,9 +447,10 @@ message SyncMessage {
message FetchLatest {
enum Type {
UNKNOWN = 0;
LOCAL_PROFILE = 1;
STORAGE_MANIFEST = 2;
UNKNOWN = 0;
LOCAL_PROFILE = 1;
STORAGE_MANIFEST = 2;
SUBSCRIPTION_STATUS = 3;
}
optional Type type = 1;