Skip to content

bug(telegram): typing indicator stuck after 2026.2.24 update (regression from #26295/#26325) #26993

@clawrl3000

Description

@clawrl3000

Problem

After updating to 2026.2.24, the Telegram typing indicator frequently gets stuck and never clears. This was not happening on 2026.2.22.

Suspected Regression

2026.2.24 changelog includes two typing-related fixes:

The general channels fix (#26325) likely affects Telegram's sendChatAction lifecycle. The sealing/guard logic may have an edge case where Telegram's typing cleanup never fires, leaving the indicator stuck.

Reproduction

  1. Have multiple cron jobs running on isolated sessions (we have ~33)
  2. Cron jobs complete successfully and return NO_REPLY or deliver via message tool
  3. Typing indicator remains visible in DM chat indefinitely
  4. Sending a new message or the bot sending a message sometimes clears it, sometimes doesn't
  5. Multiple overlapping cron runs make it worse — typing cascades

Environment

  • OpenClaw: 2026.2.24
  • Channel: Telegram (DM, not forum/topics)
  • OS: macOS 15.6 (arm64)
  • Node: v22.22.0
  • Setup: ~33 cron jobs on isolated sessions, 1h heartbeat on main agent

Previous Version

2026.2.22 did not exhibit this behavior with the same cron configuration.

Workaround

Setting typingMode: "message" in config suppresses the issue but removes typing indicators during legitimate processing.

Related Issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions