From af475e647253cc677d4c46d24eb8f2b55e0e8bda Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 14 May 2025 10:44:33 -0500 Subject: [PATCH] Also add to UserLite --- meshtastic/deviceonly.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/deviceonly.proto b/meshtastic/deviceonly.proto index ea6ef25..9c7a664 100644 --- a/meshtastic/deviceonly.proto +++ b/meshtastic/deviceonly.proto @@ -94,6 +94,11 @@ message UserLite { * This is sent out to other nodes on the mesh to allow them to compute a shared secret key. */ bytes public_key = 7; + + /* + * Whether or not the node can be messaged + */ + bool is_unmessagable = 9; } message NodeInfoLite {