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