File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1+ .DS_Store
Original file line number Diff line number Diff line change @@ -94,6 +94,11 @@ message UserLite {
9494 * This is sent out to other nodes on the mesh to allow them to compute a shared secret key.
9595 */
9696 bytes public_key = 7 ;
97+
98+ /*
99+ * Whether or not the node can be messaged
100+ */
101+ bool is_unmessagable = 9 ;
97102}
98103
99104message NodeInfoLite {
Original file line number Diff line number Diff line change @@ -806,6 +806,11 @@ message User {
806806 * This is sent out to other nodes on the mesh to allow them to compute a shared secret key.
807807 */
808808 bytes public_key = 8 ;
809+
810+ /*
811+ * Whether or not the node can be messaged
812+ */
813+ bool is_unmessagable = 9 ;
809814}
810815
811816/*
You can’t perform that action at this time.
0 commit comments