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 -2
View File
@@ -427,8 +427,7 @@ function sendToGateway(text, isPipeline) {
log("info", "gateway", `chat.send [${reqId}]: "${text}"`);
if (isPipeline) plog(`chat.send [${reqId}] an Gateway gesendet — warte auf ACK...`);
// Nachricht auch an RVS senden damit die App sie sieht
sendToRVS(text, false);
// Gateway-Nachrichten NICHT an RVS senden (sonst doppelter ARIA-Request via Bridge)
return true;
}