We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd5c83a + de145b5 commit 38638f1Copy full SHA for 38638f1
meshtastic/channel.proto
@@ -86,11 +86,6 @@ message ChannelSettings {
86
* Per-channel module settings.
87
*/
88
ModuleSettings module_settings = 7;
89
-
90
- /*
91
- * Whether or not we should receive notifactions / alerts through this channel
92
- */
93
- bool mute = 8;
94
}
95
96
/*
@@ -103,10 +98,10 @@ message ModuleSettings {
103
98
uint32 position_precision = 1;
104
99
105
100
106
- * Controls whether or not the phone / clients should mute the current channel
101
+ * Controls whether or not the client / device should mute the current channel
107
102
* Useful for noisy public channels you don't necessarily want to disable
108
109
- bool is_client_muted = 2;
+ bool is_muted = 2;
110
111
112
0 commit comments