update protos for uuid

This commit is contained in:
Michael Kirk 2019-07-10 23:06:43 -06:00
parent 801b824c9e
commit 49f4bc19cf
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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