Update mesh.proto

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

View file

@ -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;
}