mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 16:28:05 +01:00
Add support for receiving, storing, and returning urgent flags on messages
This commit is contained in:
@@ -40,6 +40,7 @@ message Envelope {
|
||||
optional uint64 server_timestamp = 10;
|
||||
optional bool ephemeral = 12; // indicates that the message should not be persisted if the recipient is offline
|
||||
optional string destination_uuid = 13;
|
||||
optional bool urgent = 14 [default=true];
|
||||
optional string updated_pni = 15;
|
||||
// next: 16
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user