From a1cc3e697d826ba3b00182aa8eaa4d6a521b13e7 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 15 Jun 2025 06:23:36 -0500 Subject: [PATCH] Add ability to block Shared contacts --- meshtastic/admin.proto | 5 +++++ 1 file changed, 5 insertions(+) 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; } /*