From aed5b1787f9f7dece9e05ed2163927997efcef9b Mon Sep 17 00:00:00 2001 From: Wylabb <77673282+Wylabb@users.noreply.github.com> Date: Wed, 8 Apr 2026 03:04:42 +0200 Subject: [PATCH] Fix stuck thinking reaction: done reaction was skipped when miniapp active MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- rust/crates/claw-telegram/src/gateway.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/rust/crates/claw-telegram/src/gateway.rs b/rust/crates/claw-telegram/src/gateway.rs index c821bae..9064695 100644 --- a/rust/crates/claw-telegram/src/gateway.rs +++ b/rust/crates/claw-telegram/src/gateway.rs @@ -685,7 +685,6 @@ impl TelegramGateway { ) .await; } - break; } if !generated_files.is_empty() { eprintln!(