openclaw - 💡(How to fix) Fix [Bug]: [Bug]: Telegram forum topics ignored after update (DM works, group broken) [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#77059Fetched 2026-05-05 05:52:56
View on GitHub
Comments
1
Participants
2
Timeline
8
Reactions
2
Timeline (top)
labeled ×2mentioned ×2subscribed ×2closed ×1

After updating to 2026.5.2, Telegram bot responds in DMs but does not respond in forum topics within groups despite requireMention=false.

Root Cause

After updating to 2026.5.2, Telegram bot responds in DMs but does not respond in forum topics within groups despite requireMention=false.

RAW_BUFFERClick to expand / collapse

Bug type

Regression (worked before, now fails)

Beta release blocker

No

Summary

After updating to 2026.5.2, Telegram bot responds in DMs but does not respond in forum topics within groups despite requireMention=false.

Steps to reproduce

  1. Run OpenClaw 2026.5.2 with a Telegram bot configured (single/default account).
  2. Add the bot to a Telegram group with forum topics enabled.
  3. Set:
    • groupPolicy = open
    • requireMention = false
  4. Send a message inside a forum topic (no @ mention).
  5. Observe:
    • message is received (seen in logs)
    • session is created (telegram:group:<id>:topic:<id>)
    • no response is generated
  6. Send a DM to the bot → bot responds correctly.

Expected behavior

Bot should respond to messages in Telegram forum topics when requireMention=false, consistent with behavior before the update.

Actual behavior

No reply is posted in the thread. Logs show the message is received and a session is created (telegram:group:<id>:topic:<id>), but no response is generated.

OpenClaw version

2026.5.2

Operating system

Ubuntu Server (SSH environment)

Install method

No response

Model

openrouter/anthropic/claude-opus-4.6

Provider / routing chain

openclaw -> openrouter -> anthropic

Additional provider/model setup details

Default agent (orchestrator) uses openrouter/anthropic/claude-opus-4.6. No local models used for this path. Issue occurs regardless of model response (DM works, group topics do not).

Logs, screenshots, and evidence

Impact and severity

Affected: Telegram forum group (topics) using default bot account Severity: High (blocks normal group interaction) Frequency: 100% reproducible after update to 2026.5.2 Consequence: Bot responds in DMs but does not respond in group topics, making group usage unusable

Additional information

Regression: Worked as expected prior to update (topics responded normally)

extent analysis

TL;DR

The issue can likely be resolved by investigating and adjusting the message processing logic for group topics in the OpenClaw 2026.5.2 update.

Guidance

  • Review the changes introduced in OpenClaw 2026.5.2 to identify potential causes for the regression, focusing on group topic message handling.
  • Verify that the requireMention=false setting is correctly applied to group topics and not just direct messages.
  • Check the logs for any errors or warnings related to message processing in group topics to identify potential issues.
  • Test the bot's response in group topics with and without the @ mention to confirm the issue is specific to the requireMention=false setting.

Example

No code snippet is provided as the issue does not specify exact code changes, but reviewing the update's changelog and release notes for OpenClaw 2026.5.2 may offer insights into the regression.

Notes

The issue seems to be specific to the OpenClaw 2026.5.2 update and the interaction with Telegram group topics. The fact that direct messages work correctly suggests the issue is not with the bot's overall functionality but rather with how it handles group topic messages.

Recommendation

Apply a workaround by temporarily reverting to a previous version of OpenClaw where the functionality was known to work, if possible, while investigating the root cause of the regression in OpenClaw 2026.5.2.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

Bot should respond to messages in Telegram forum topics when requireMention=false, consistent with behavior before the update.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix [Bug]: [Bug]: Telegram forum topics ignored after update (DM works, group broken) [1 comments, 2 participants]