Merge branch '7943-mute-target' of https://github.com/ford-jones/protobufs into 7943-mute-target

This commit is contained in:
ford-jones 2025-09-23 11:47:06 +12:00
commit 5157e3702a

View file

@ -88,7 +88,7 @@ message ChannelSettings {
ModuleSettings module_settings = 7;
/*
* Whether or not we should receive notifactions / alerts from this channel
* Whether or not we should receive notifactions / alerts through this channel
*/
bool mute = 8;
}