Add a `destinationUuid` field to envelopes
This commit is contained in:
parent
975f753c2b
commit
9fe110625c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue