OpenClawDashboard/bridge
Manohar f5031fb683 fix(bridge): disable the bridge Telegram poller by default
Root cause of intermittent '⚠️ Tiger timed out or is offline' replies:
TWO consumers raced for getUpdates on one bot token. OpenClaw's native
channel owns the conversation; the bridge poller lost with a 409 every
~40s, and when it occasionally WON it relayed the stolen message into a
fresh context-less tg_* session with a 120s budget — slow turns produced
the ⚠️ reply, and the message never reached the native transcript (so it
was also missing from the dashboard mirror).

Outbound notify (raw Bot API) is unaffected. Re-enable explicitly with
TIGER_TELEGRAM_POLLER=on only if native telegram is disabled.
2026-06-10 20:24:59 +00:00
..
src fix(bridge): disable the bridge Telegram poller by default 2026-06-10 20:24:59 +00:00
.gitignore feat: complete Tiger dashboard implementation 2026-04-12 23:27:51 +05:30
package-lock.json chore(bridge): dependency updates for new route surface 2026-06-05 19:49:23 +00:00
package.json chore(bridge): dependency updates for new route surface 2026-06-05 19:49:23 +00:00
tsconfig.json feat: complete Tiger dashboard implementation 2026-04-12 23:27:51 +05:30