kopia lustrzana https://github.com/meshtastic/protobufs
Merge pull request #705 from meshtastic/add_contact_ignore
Add ability to block Shared contactspull/663/head v2.6.12
commit
c758376d04
|
@ -522,6 +522,11 @@ message SharedContact {
|
||||||
* The User of the contact
|
* The User of the contact
|
||||||
*/
|
*/
|
||||||
User user = 2;
|
User user = 2;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Add this contact to the blocked / ignored list
|
||||||
|
*/
|
||||||
|
bool should_ignore = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Ładowanie…
Reference in New Issue