Update TextSecure.proto

This commit is contained in:
Chris Eager 2021-08-24 12:55:58 -05:00 committed by Chris Eager
parent ba522b1691
commit 54fe3b9a43
1 changed files with 10 additions and 9 deletions

View File

@ -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 {