Add a `destinationUuid` field to envelopes

This commit is contained in:
Jon Chambers 2021-10-28 16:20:50 -04:00 committed by Jon Chambers
parent 975f753c2b
commit 9fe110625c
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ message Envelope {
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
optional string destinationUuid = 13;
}
message ProvisioningUuid {