File tree Expand file tree Collapse file tree 3 files changed +15
-17
lines changed
Expand file tree Collapse file tree 3 files changed +15
-17
lines changed Original file line number Diff line number Diff line change 1+ syntax = "proto3" ;
2+ package xmtp.device_sync.blob_backup ;
3+
4+ option java_package = "org.xmtp.proto.device_sync" ;
5+
6+ message SnapshotSave {
7+ bytes snapshot = 1 ;
8+ }
9+
10+ message KeypackageSave {
11+ bytes keypackage = 1 ;
12+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22syntax = "proto3" ;
33package xmtp.device_sync ;
44
5- import "device_sync/blob_backup .proto" ;
5+ import "device_sync/backup .proto" ;
66import "device_sync/consent_backup.proto" ;
77import "device_sync/event_backup.proto" ;
88import "device_sync/group_backup.proto" ;
@@ -20,7 +20,8 @@ message BackupElement {
2020 xmtp.device_sync.consent_backup.ConsentSave consent = 4 ;
2121 xmtp.device_sync.event_backup.EventSave event = 5 ;
2222 xmtp.identity.associations.IdentityUpdate identity_updates = 6 ;
23- xmtp.device_sync.blob_backup.BlobSave blob = 7 ;
23+ xmtp.device_sync.backup.SnapshotSave snapshot = 7 ;
24+ xmtp.device_sync.backup.KeypackageSave keypackage = 7 ;
2425 }
2526}
2627
You can’t perform that action at this time.
0 commit comments