summaryrefslogtreecommitdiff
path: root/bot.go
diff options
context:
space:
mode:
Diffstat (limited to 'bot.go')
-rw-r--r--bot.go1
1 files changed, 1 insertions, 0 deletions
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()