Merge pull request #705 from meshtastic/add_contact_ignore

Add ability to block Shared contacts
This commit is contained in:
Ben Meadors 2025-06-15 06:26:29 -05:00 committed by GitHub
commit c758376d04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
/*