mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-04 07:25:25 +01:00
Add story boolean to envelope proto.
This commit is contained in:
committed by
Cody Henthorne
parent
9e094dfc2b
commit
9dd96148d1
@@ -34,6 +34,7 @@ message SignalServiceEnvelopeProto {
|
||||
optional string serverGuid = 10;
|
||||
optional string destinationUuid = 11;
|
||||
optional bool urgent = 12 [default = true];
|
||||
optional bool story = 13;
|
||||
}
|
||||
|
||||
message MetadataProto {
|
||||
|
||||
@@ -35,7 +35,8 @@ message Envelope {
|
||||
optional uint64 serverTimestamp = 10;
|
||||
optional bool urgent = 14 [default = true];
|
||||
reserved /*updatedPni*/ 15; // Not used presently, may be used in the future
|
||||
// NEXT ID: 16
|
||||
optional bool story = 16;
|
||||
// NEXT ID: 17
|
||||
}
|
||||
|
||||
message Content {
|
||||
|
||||
Reference in New Issue
Block a user