This commit is contained in:
Ben Meadors 2025-05-14 13:23:41 -05:00
parent 62f86771ef
commit 8cb3e62a0d
2 changed files with 2 additions and 2 deletions

View file

@ -98,7 +98,7 @@ message UserLite {
/*
* Whether or not the node can be messaged
*/
bool is_unmessagable = 9;
optional bool is_unmessagable = 9;
}
message NodeInfoLite {

View file

@ -810,7 +810,7 @@ message User {
/*
* Whether or not the node can be messaged
*/
bool is_unmessagable = 9;
optional bool is_unmessagable = 9;
}
/*