mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-17 19:55:44 +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