error through loops no message received, fixed

This commit is contained in:
2026-03-29 16:08:37 +02:00
parent 80dec2daf9
commit 11de9a01b9
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -927,7 +927,7 @@ class ARIABridge:
if msg_type == "chat":
# Nur User-Nachrichten weiterleiten — ARIA/Diagnostic-Antworten ignorieren (sonst Loop!)
sender = payload.get("sender", "")
if sender in ("aria", "diagnostic", "stt"):
if sender in ("aria", "stt"):
return
text = payload.get("text", "")
if text: