From 9fe110625ce459d9b57aef28ed8481bc0b4f07d5 Mon Sep 17 00:00:00 2001 From: Jon Chambers Date: Thu, 28 Oct 2021 16:20:50 -0400 Subject: [PATCH] Add a `destinationUuid` field to envelopes --- service/src/main/proto/TextSecure.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/service/src/main/proto/TextSecure.proto b/service/src/main/proto/TextSecure.proto index f0100dc84..d8c80196d 100644 --- a/service/src/main/proto/TextSecure.proto +++ b/service/src/main/proto/TextSecure.proto @@ -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 {