From 4239bfc2f8275acf97b378984a73619d10ab9550 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 14 May 2025 10:38:53 -0500 Subject: [PATCH] Remove attended --- meshtastic/deviceonly.proto | 5 ----- 1 file changed, 5 deletions(-) diff --git a/meshtastic/deviceonly.proto b/meshtastic/deviceonly.proto index a988478..ea6ef25 100644 --- a/meshtastic/deviceonly.proto +++ b/meshtastic/deviceonly.proto @@ -94,11 +94,6 @@ 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 is attended by a User - */ - optional bool is_attended = 8; } message NodeInfoLite {