mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-31 03:41:51 +00:00
Build a topic-qualified routing target (telegram:<chatId>:topic:<threadId>) for native commands in forum groups so /new and /reset stay scoped to the active topic instead of falling back to General. General topic (threadId=1) correctly falls through to the base chat target since Telegram rejects message_thread_id=1 on sends. Add regression tests for topic routing and General topic edge case. Fixes #35963