-
Notifications
You must be signed in to change notification settings - Fork 142
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
Add support for multiple NOTIFICATION_TELEGRAM_CHAT_ID #249
Conversation
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.
Thank you for your hard work!
I think there's something wrong here because there are two variables to deal with, NOTIFICATION_TELEGRAM_BOT_KEY and NOTIFICATION_TELEGRAM_CHAT_ID. Can you please check if we've used the right ones in the logic? |
Resolved, my mistake |
🎉 This PR is included in version 1.37.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
With this PR, users can fill in multiple chat ids into NOTIFICATION_TELEGRAM_CHAT_ID like
xxxxx, xxxxx
.Feature was requested there: https://github.com/orgs/upptime/discussions/956