mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 07:48:02 +01:00
Add a destinationUuid field to envelopes
This commit is contained in:
committed by
Jon Chambers
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 {
|
||||
|
||||
Reference in New Issue
Block a user