From 49f4bc19cf4c310f28e5cd67b77e12661abd7887 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Wed, 10 Jul 2019 23:06:43 -0600 Subject: [PATCH] update protos for uuid --- protobuf/Makefile | 2 +- protobuf/OWSUnidentifiedDelivery.proto | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/protobuf/Makefile b/protobuf/Makefile index 6d2c726..ac0781b 100644 --- a/protobuf/Makefile +++ b/protobuf/Makefile @@ -3,7 +3,7 @@ PROTOC=protoc \ --proto_path='./' WRAPPER_SCRIPT=../../Signal-iOS/Scripts/ProtoWrappers.py \ - --proto-dir='./' --verbose + --proto-dir='./' --verbose --skip-address-helpers all: unidentified_delivery_protos diff --git a/protobuf/OWSUnidentifiedDelivery.proto b/protobuf/OWSUnidentifiedDelivery.proto index 537f8df..cf255c5 100644 --- a/protobuf/OWSUnidentifiedDelivery.proto +++ b/protobuf/OWSUnidentifiedDelivery.proto @@ -30,8 +30,8 @@ message ServerCertificate { message SenderCertificate { message Certificate { - // @required - optional string sender = 1; + optional string senderE164 = 1; + optional string senderUuid = 6; // @required optional uint32 senderDevice = 2; // @required