-
-
Notifications
You must be signed in to change notification settings - Fork 568
feat(telegram): allow to specify telegram topic ID for notifications #4134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
3c4068f to
fd48859
Compare
|
Hi @OwsleyJr @TheCatLady @danshilm @sct |
c81a1d8 to
0d458b6
Compare
|
@OwsleyJr @TheCatLady @danshilm @sct can we expect the review and the merging to get the topic ID support soon? |
|
Is there any progress or plans to add the feature soon? |
0d458b6 to
bc3526d
Compare
Allows a user to specify Telegram topic (thread) ID for notifications. re sct#4003
bc3526d to
f4267ab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds support for specifying Telegram topic (thread) ID for notifications, allowing users to send notifications to specific topics in Telegram group chats that have topics enabled.
- Adds a new
messageThreadIdfield to Telegram notification settings - Updates the notification agent to include the thread ID when sending messages
- Provides internationalization support across 27 languages
Reviewed Changes
Copilot reviewed 29 out of 29 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| NotificationsTelegram.tsx | Adds UI form field and validation for message thread ID |
| telegram.ts | Updates notification agent to conditionally include message_thread_id parameter |
| settings.ts | Extends Telegram notification configuration interface and default settings |
| overseerr-api.yml | Updates API schema to include messageThreadId fields |
| Various locale files | Adds translations for the new thread/topic ID feature across all supported languages |
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Description
Allows a user to specify Telegram topic (thread) ID for notifications.
To-Dos
yarn devSolves #4003