update protos for uuid
This commit is contained in:
parent
801b824c9e
commit
49f4bc19cf
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user