diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index f9e73b2..c93a964 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -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; } /*