Fix support for PniIdentity sync message.

This commit is contained in:
Greyson Parrelli
2022-03-22 08:54:53 -04:00
parent b0be7effe8
commit 2edaba39a0
2 changed files with 10 additions and 0 deletions

View File

@@ -565,6 +565,7 @@ message SyncMessage {
optional MessageRequestResponse messageRequestResponse = 14;
optional OutgoingPayment outgoingPayment = 15;
repeated Viewed viewed = 16;
optional PniIdentity pniIdentity = 17;
}
message AttachmentPointer {