Revert previous commit - this needs it's own proto

This commit is contained in:
ford-jones
2025-09-13 17:45:07 +12:00
parent ccff2769fe
commit f8d44f8f6c
7 changed files with 26 additions and 36 deletions

View File

@@ -1447,7 +1447,7 @@ int Screen::handleTextMessage(const meshtastic_MeshPacket *packet)
strcpy(banner, "Alert Received");
}
screen->showSimpleBanner(banner, 3000);
} else if (!node->is_muted && !channel.settings.module_settings.is_client_muted) {
} else if (!node->is_muted && !channel.settings.mute) {
if (longName && longName[0]) {
snprintf(banner, sizeof(banner), "New Message from\n%s", longName);
} else {