mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-29 13:16:01 +01:00
Add urgency flag to message sends.
This commit is contained in:
committed by
Greyson Parrelli
parent
c7cd261641
commit
dc04c8ed98
@@ -33,7 +33,8 @@ message Envelope {
|
||||
optional bytes content = 8; // Contains an encrypted Content
|
||||
optional string serverGuid = 9;
|
||||
optional uint64 serverTimestamp = 10;
|
||||
// NEXT ID: 14
|
||||
optional bool urgent = 14 [default = true];
|
||||
// NEXT ID: 15
|
||||
}
|
||||
|
||||
message Content {
|
||||
|
||||
Reference in New Issue
Block a user