Make use of pre-existing channel_settings.module_settings.is_client_muted setting

This commit is contained in:
ford-jones 2025-09-13 13:30:54 +12:00
parent 6fa4def971
commit e5abb26b83

View file

@ -86,11 +86,6 @@ message ChannelSettings {
* Per-channel module settings.
*/
ModuleSettings module_settings = 7;
/*
* Whether or not we should receive notifactions / alerts from this channel
*/
bool mute = 8;
}
/*