Merge pull request #705 from meshtastic/add_contact_ignore

Add ability to block Shared contacts
pull/663/head v2.6.12
Ben Meadors 2025-06-15 06:26:29 -05:00 zatwierdzone przez GitHub
commit c758376d04
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

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