feat(telegram): make resume line optional (#100)

This commit is contained in:
banteg
2026-01-12 19:49:13 +04:00
committed by GitHub
parent 637a9fc3e2
commit 98ba41f8c7
6 changed files with 95 additions and 5 deletions
+5
View File
@@ -84,6 +84,7 @@ Configuration (under `[transports.telegram]`):
[transports.telegram.topics]
enabled = true
scope = "auto" # auto | main | projects | all
show_resume_line = true
```
Requirements:
@@ -95,6 +96,10 @@ Requirements:
- `auto`: if any project chats are configured, uses `projects`; otherwise `main`.
- The bot needs the **Manage Topics** permission in the relevant chat(s).
Optional:
- `show_resume_line`: set `false` to hide the resume command line in topic threads.
Commands:
- `main`: `/topic <project> @branch` creates a topic in the main chat and binds it.