Added mute state to channel settings

This commit is contained in:
ford-jones 2025-09-11 20:11:16 +12:00
parent 8985852d75
commit b7e0ef2ec7

View file

@ -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;
}
/*