File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed
Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,10 @@ message HmacKeyUpdate {
4747
4848// Initiator or new installation id requesting a sync payload send a request
4949message DeviceSyncRequest {
50- // Unique identifier for each request
51- string request_id = 1 ;
52- string pin_code = 2 [deprecated = true ];
53- xmtp.device_sync.BackupElementSelection kind = 3 [deprecated = true ];
54- xmtp.device_sync.BackupOptions options = 4 ;
50+ string pin = 1 ;
51+ string server_url = 2 ;
52+ xmtp.device_sync.BackupElementSelection deprecated_kind = 3 [deprecated = true ];
53+ xmtp.device_sync.ArchiveOptions options = 4 ;
5554}
5655
5756// Pre-existing installation id capable of supplying a sync payload sends this reply
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ message BackupMetadataSave {
3030}
3131
3232// Backup Options
33- message BackupOptions {
33+ message ArchiveOptions {
3434 repeated BackupElementSelection elements = 1 ;
3535 optional int64 start_ns = 2 ;
3636 optional int64 end_ns = 3 ;
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ message Task {
1717}
1818
1919message SendSyncArchive {
20- xmtp.device_sync.BackupOptions options = 1 ;
20+ xmtp.device_sync.ArchiveOptions options = 1 ;
2121 bytes sync_group_id = 2 ;
22- optional string request_id = 3 ;
22+ optional string pin = 3 ;
2323 string server_url = 4 ;
2424}
You can’t perform that action at this time.
0 commit comments