Skip to content

Commit 080fd3b

Browse files
committed
Revert previous commit - this needs it's own proto
1 parent e5abb26 commit 080fd3b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

meshtastic/channel.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,13 @@ message ChannelSettings {
8686
* Per-channel module settings.
8787
*/
8888
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;
8996
}
9097

9198
/*

0 commit comments

Comments
 (0)