mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add manually_verified bit to SharedContact (#785)
This commit is contained in:
parent
394268b02e
commit
60c3e6600a
1 changed files with 5 additions and 0 deletions
|
|
@ -526,6 +526,11 @@ message SharedContact {
|
|||
* Add this contact to the blocked / ignored list
|
||||
*/
|
||||
bool should_ignore = 3;
|
||||
|
||||
/*
|
||||
* Set the IS_KEY_MANUALLY_VERIFIED bit
|
||||
*/
|
||||
bool manually_verified = 4;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue