mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Optional
This commit is contained in:
parent
62f86771ef
commit
8cb3e62a0d
2 changed files with 2 additions and 2 deletions
|
|
@ -98,7 +98,7 @@ message UserLite {
|
|||
/*
|
||||
* Whether or not the node can be messaged
|
||||
*/
|
||||
bool is_unmessagable = 9;
|
||||
optional bool is_unmessagable = 9;
|
||||
}
|
||||
|
||||
message NodeInfoLite {
|
||||
|
|
|
|||
|
|
@ -810,7 +810,7 @@ message User {
|
|||
/*
|
||||
* Whether or not the node can be messaged
|
||||
*/
|
||||
bool is_unmessagable = 9;
|
||||
optional bool is_unmessagable = 9;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue