Accept masterKey in ProvisionMessage
This commit is contained in:
parent
79f7d64fb7
commit
f1e8ffe720
5 changed files with 19 additions and 5 deletions
|
@ -26,6 +26,7 @@ message ProvisionMessage {
|
|||
optional bytes profileKey = 6;
|
||||
optional bool readReceipts = 7;
|
||||
optional uint32 ProvisioningVersion = 9;
|
||||
optional bytes masterKey = 13;
|
||||
}
|
||||
|
||||
enum ProvisioningVersion {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue