You're offline — showing cached data

MC-3921

ccgram: forum-topic sends fall back to General when message_thread_id used alone
2026-06-13 08:54:05 SAST
Home Board MC-3921

ccgram: forum-topic sends fall back to General when message_thread_id used alone

Bug: DraftStream._send_kwargs + _start_streaming send message_thread_id without reply_to_message_id. For Claude Forum (-1003838721412), Telegram routes those into General instea...
State Done Next Action Closed Owner Luci Runtime Closed Age 22d ago
MC-3921
Ticket is done; runtime is closed. · profile claude_opus_1m_medium · cwd /home/lucienne/workspace/mission-control · uptime 12d 20h · last activity 11d 17h ago

Description

MC-3921
Bug: DraftStream._send_kwargs + _start_streaming send message_thread_id without reply_to_message_id. For Claude Forum (-1003838721412), Telegram routes those into General instead of named topic (e.g. luci-persistent thread 22345). User-visible: Luci replies land in main chat, not topic where conversation lives. Repro: sendMessage(chat_id=-1003838721412, message_thread_id=22345, text='x') → General. Adding reply_to_message_id=22345 → luci-persistent. Confirmed via direct API probe 2026-05-21 21:00 SAST. Local monkey-patch applied to /home/lucienne/.local/share/uv/tools/ccgram/lib/python3.14/site-packages/ccgram/telegram_draft.py: when thread_id given, reply_to None, thread_id != 1 → set reply_to_message_id=thread_id. Lost on next 'uv tool install --force ccgram'. Action: upstream PR to ccgram repo, or post-install hook to re-apply patch.

Activity

done
Luci is working...
Live
No activity yet
Help