Accept masterKey in ProvisionMessage

This commit is contained in:
Fedor Indutny 2023-10-30 21:31:39 +01:00 committed by GitHub
parent 79f7d64fb7
commit f1e8ffe720
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 19 additions and 5 deletions

View file

@ -26,6 +26,7 @@ message ProvisionMessage {
optional bytes profileKey = 6;
optional bool readReceipts = 7;
optional uint32 ProvisioningVersion = 9;
optional bytes masterKey = 13;
}
enum ProvisioningVersion {