Remove attended

This commit is contained in:
Ben Meadors 2025-05-14 10:38:53 -05:00 committed by GitHub
parent 280f9d1bf8
commit 4239bfc2f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {