mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add ability to block Shared contacts
This commit is contained in:
parent
0c112881df
commit
a1cc3e697d
1 changed files with 5 additions and 0 deletions
|
|
@ -522,6 +522,11 @@ message SharedContact {
|
|||
* The User of the contact
|
||||
*/
|
||||
User user = 2;
|
||||
|
||||
/*
|
||||
* Add this contact to the blocked / ignored list
|
||||
*/
|
||||
bool should_ignore = 3;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue