Include and process destinationPniIdentityKey

This commit is contained in:
Fedor Indutny
2024-03-11 18:08:38 -07:00
committed by GitHub
parent 711e321d16
commit e031d136a1
11 changed files with 238 additions and 214 deletions

View File

@@ -450,9 +450,11 @@ message Verified {
message SyncMessage {
message Sent {
message UnidentifiedDeliveryStatus {
optional string destination = 1;
optional string destination = 1;
optional string destinationServiceId = 3;
optional bool unidentified = 2;
optional bool unidentified = 2;
reserved /* destinationPni */ 4;
optional bytes destinationPniIdentityKey = 5; // Only set for PNI destinations
}
message StoryMessageRecipient {