From ca6ea45b527d804ededab7804f70a7ee9fd64871 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 14 May 2025 10:40:52 -0500 Subject: [PATCH] Update mesh.proto --- meshtastic/mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 248e283..df02247 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -783,7 +783,7 @@ message User { bytes public_key = 8; /* - * Whether or not the node is attended by a User + * Whether or not the node can be messaged */ bool is_unmessagable = 9; }