Fix stuck thinking reaction: done reaction was skipped when miniapp active
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:
@@ -685,7 +685,6 @@ impl TelegramGateway {
|
||||
)
|
||||
.await;
|
||||
}
|
||||
break;
|
||||
}
|
||||
if !generated_files.is_empty() {
|
||||
eprintln!(
|
||||
|
||||
Reference in New Issue
Block a user