Fix stuck thinking reaction: done reaction was skipped when miniapp active
Build Claw Telegram / build (push) Successful in 5m37s
Build Claw Telegram / cleanup (push) Successful in 1s

The miniapp feed path had an early `break` before the done reaction code,
so the 👍→clear sequence never ran when CLAW_GATEWAY_MINIAPP_PUBLIC_BASE_URL
was set. Move the break after the done reaction.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Wylabb
2026-04-08 03:04:42 +02:00
parent 33093b90ae
commit aed5b1787f
-1
View File
@@ -685,7 +685,6 @@ impl TelegramGateway {
)
.await;
}
break;
}
if !generated_files.is_empty() {
eprintln!(