summaryrefslogtreecommitdiff
path: root/example/Signal-Desktop-Backups.proto.orig
diff options
context:
space:
mode:
Diffstat (limited to 'example/Signal-Desktop-Backups.proto.orig')
-rw-r--r--example/Signal-Desktop-Backups.proto.orig16
1 files changed, 8 insertions, 8 deletions
diff --git a/example/Signal-Desktop-Backups.proto.orig b/example/Signal-Desktop-Backups.proto.orig
index c939e53..faed8ee 100644
--- a/example/Signal-Desktop-Backups.proto.orig
+++ b/example/Signal-Desktop-Backups.proto.orig
@@ -115,7 +115,7 @@ message AccountData {
string familyName = 5;
string avatarUrlPath = 6;
SubscriberData donationSubscriberData = 7;
- reserved 8; // A deprecated format // backupsSubscriberData
+ reserved /*backupsSubscriberData*/ 8; // A deprecated format
AccountSettings accountSettings = 9;
IAPSubscriberData backupsSubscriberData = 10;
string svrPin = 11;
@@ -230,7 +230,7 @@ message Group {
// We would use Groups.proto if we could, but we want a plaintext version to improve export readability.
// For documentation, defer to Groups.proto. The only name change is Group -> GroupSnapshot to avoid the naming conflict.
message GroupSnapshot {
- reserved 1; // The field is deprecated in the context of static group state // publicKey
+ reserved /*publicKey*/ 1; // The field is deprecated in the context of static group state
GroupAttributeBlob title = 2;
GroupAttributeBlob description = 11;
string avatarUrl = 3;
@@ -264,8 +264,8 @@ message Group {
bytes userId = 1;
Role role = 2;
- reserved 3; // This field is ignored in Backups, in favor of Contact frames for members // profileKey
- reserved 4; // This field is deprecated in the context of static group state // presentation
+ reserved /*profileKey*/ 3; // This field is ignored in Backups, in favor of Contact frames for members
+ reserved /*presentation*/ 4; // This field is deprecated in the context of static group state
uint32 joinedAtVersion = 5;
}
@@ -277,8 +277,8 @@ message Group {
message MemberPendingAdminApproval {
bytes userId = 1;
- reserved 2; // This field is ignored in Backups, in favor of Contact frames for members // profileKey
- reserved 3; // This field is deprecated in the context of static group state // presentation
+ reserved /*profileKey*/ 2; // This field is ignored in Backups, in favor of Contact frames for members
+ reserved /*presentation*/ 3; // This field is deprecated in the context of static group state
uint64 timestamp = 4;
}
@@ -505,7 +505,7 @@ message DirectStoryReplyMessage {
}
repeated Reaction reactions = 3;
- reserved 4; // storySentTimestamp
+ reserved /*storySentTimestamp*/ 4;
}
message PaymentNotification {
@@ -1312,4 +1312,4 @@ message ChatFolder {
FolderType folderType = 6;
repeated uint64 includedRecipientIds = 7; // generated recipient id of groups, contacts, and/or note to self
repeated uint64 excludedRecipientIds = 8; // generated recipient id of groups, contacts, and/or note to self
-}
+} \ No newline at end of file