From 60c3e6600a2f4e6f49e45aeb47aafd8291a0015c Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Wed, 1 Oct 2025 14:40:13 -0500 Subject: [PATCH] Add manually_verified bit to SharedContact (#785) --- meshtastic/admin.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index 0259c2a..8dc1dc2 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -526,6 +526,11 @@ message SharedContact { * Add this contact to the blocked / ignored list */ bool should_ignore = 3; + + /* + * Set the IS_KEY_MANUALLY_VERIFIED bit + */ + bool manually_verified = 4; } /*