Support reporting token on envelope
This commit is contained in:
parent
dc8d8e529d
commit
486cbe0471
12 changed files with 98 additions and 26 deletions
|
@ -36,7 +36,8 @@ message Envelope {
|
|||
optional bool urgent = 14 [default=true]; // indicates that the content is considered timely by the sender; defaults to true so senders have to opt-out to say something isn't time critical
|
||||
optional string updated_pni = 15;
|
||||
optional bool story = 16; // indicates that the content is a story.
|
||||
// next: 17
|
||||
optional bytes reporting_token = 17;
|
||||
// next: 18
|
||||
}
|
||||
|
||||
message Content {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue