fix(telegram): ignore implicit topic root replies (#175)

This commit is contained in:
banteg
2026-01-21 11:33:58 +04:00
committed by GitHub
parent 7a23b13418
commit 3d56c80a9e
5 changed files with 70 additions and 1 deletions
+5
View File
@@ -76,6 +76,11 @@ Explicit invocation includes any of:
- Replying to a bot message.
- Built-in or plugin slash commands (for example `/agent`, `/model`, `/reasoning`, `/file`, `/trigger`).
Note: In forum topics, some Telegram clients include `reply_to_message` on every
message, pointing at the topics root service message (`message_id ==
message_thread_id`). Takopi treats those as implicit topic references, not
explicit replies, so they do not trigger mentions-only mode.
Commands:
- `/trigger` shows the current mode and defaults.