mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Added mute state to channel settings
This commit is contained in:
parent
8985852d75
commit
b7e0ef2ec7
1 changed files with 5 additions and 0 deletions
|
|
@ -86,6 +86,11 @@ message ChannelSettings {
|
|||
* Per-channel module settings.
|
||||
*/
|
||||
ModuleSettings module_settings = 7;
|
||||
|
||||
/*
|
||||
* Whether or not we should receive notifactions / alerts from this channel
|
||||
*/
|
||||
bool mute = 8;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue