Revert previous commit - this needs it's own proto

This commit is contained in:
ford-jones 2025-09-13 17:44:41 +12:00
parent e5abb26b83
commit 080fd3b0d1

View file

@ -86,6 +86,13 @@ message ChannelSettings {
* Per-channel module settings.
*/
ModuleSettings module_settings = 7;
/*
* Whether or not we should receive notifactions / alerts through this channel
* Note: This is NOT the same as module_settings.is_client_mute which pertains
* to the device role.
*/
bool mute = 8;
}
/*