Update TextSecure.proto
This commit is contained in:
parent
ba522b1691
commit
54fe3b9a43
|
@ -41,6 +41,7 @@ message Envelope {
|
|||
optional bytes content = 8; // Contains an encrypted Content
|
||||
optional string serverGuid = 9;
|
||||
optional uint64 server_timestamp = 10;
|
||||
optional bool ephemeral = 12; // indicates that the message should not be persisted if the recipient is offline
|
||||
}
|
||||
|
||||
message ProvisioningUuid {
|
||||
|
|
Loading…
Reference in New Issue