Also add to UserLite

This commit is contained in:
Ben Meadors 2025-05-14 10:44:33 -05:00
parent ca6ea45b52
commit af475e6472

View file

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