Skip to content

Commit

Permalink
Update Backup.proto (no test changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrose-signal committed Aug 13, 2024
1 parent 2285c21 commit d4f615c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Backup.proto
Original file line number Diff line number Diff line change
Expand Up @@ -649,10 +649,9 @@ message Quote {

optional uint64 targetSentTimestamp = 1; // null if the target message could not be found at time of quote insert
uint64 authorId = 2;
optional string text = 3;
optional Text text = 3;
repeated QuotedAttachment attachments = 4;
repeated BodyRange bodyRanges = 5;
Type type = 6;
Type type = 5;
}

message BodyRange {
Expand Down Expand Up @@ -729,6 +728,7 @@ message IndividualCall {
Direction direction = 3;
State state = 4;
uint64 startedCallTimestamp = 5;
bool read = 6;
}

message GroupCall {
Expand Down Expand Up @@ -760,6 +760,7 @@ message GroupCall {
uint64 startedCallTimestamp = 5;
// The time the call ended. 0 indicates an unknown time.
uint64 endedCallTimestamp = 6;
bool read = 7;
}

message SimpleChatUpdate {
Expand Down

0 comments on commit d4f615c

Please sign in to comment.