Added mute channel functionality (#209)

This commit is contained in:
Krasimir Kazakov
2026-02-22 09:51:48 +02:00
committed by GitHub
parent 7cb4c5a334
commit b3ad54f296
35 changed files with 185 additions and 1 deletions
+2
View File
@@ -2529,6 +2529,8 @@ class MeshCoreConnector extends ChangeNotifier {
}
final label = channelName ?? _channelDisplayName(channelIndex);
if (_appSettingsService!.isChannelMuted(label)) return;
_notificationService.showChannelMessageNotification(
channelName: label,
message: message.text,