Enha: stop tts if msg not for user

This commit is contained in:
Grail Finder
2026-02-10 11:25:05 +03:00
parent 875de679cf
commit 46a33baabb
6 changed files with 19 additions and 18 deletions

1
bot.go
View File

@@ -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()