mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #701 from meshtastic/notificationTest
Add blank messages for ClientNotification oneof
This commit is contained in:
commit
53380fce88
1 changed files with 4 additions and 1 deletions
|
|
@ -1862,6 +1862,8 @@ message ClientNotification {
|
|||
KeyVerificationNumberInform key_verification_number_inform = 11;
|
||||
KeyVerificationNumberRequest key_verification_number_request = 12;
|
||||
KeyVerificationFinal key_verification_final = 13;
|
||||
DuplicatedPublicKey duplicated_public_key = 14;
|
||||
LowEntropyKey low_entropy_key = 15;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1880,7 +1882,8 @@ message KeyVerificationFinal {
|
|||
bool isSender = 3;
|
||||
string verification_characters = 4;
|
||||
}
|
||||
|
||||
message DuplicatedPublicKey {}
|
||||
message LowEntropyKey {}
|
||||
/*
|
||||
* Individual File info for the device
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue