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.
1 parent e5abb26 commit 080fd3bCopy full SHA for 080fd3b
meshtastic/channel.proto
@@ -86,6 +86,13 @@ 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
+ * Note: This is NOT the same as module_settings.is_client_mute which pertains
93
+ * to the device role.
94
+ */
95
+ bool mute = 8;
96
}
97
98
/*
0 commit comments