From 46a33baabbde39f4090816965ff26840143bae95 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Tue, 10 Feb 2026 11:25:05 +0300 Subject: Enha: stop tts if msg not for user --- bot.go | 1 + 1 file changed, 1 insertion(+) (limited to 'bot.go') diff --git a/bot.go b/bot.go index 1310c20..b2fbbe6 100644 --- a/bot.go +++ b/bot.go @@ -874,6 +874,7 @@ out: // Process the new message to check for known_to tags in LLM response newMsg = *processMessageTag(&newMsg) chatBody.Messages = append(chatBody.Messages, newMsg) + stopTTSIfNotForUser(&newMsg) } cleanChatBody() refreshChatDisplay() -- cgit v1.2.3