-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
feat(notification/telegram): add telegram notification #19135
Conversation
baaadc2
to
a2891ab
Compare
@sranka what is the status of this? have you looked into why the initial revert was made in order to avoid another? My assumption is that you will need to split this work into separate prs for the frontend and backend work, but i'm not certain |
a2891ab
to
d6f3c33
Compare
@glinton it was reverted because of deployment problems, a new feature flag that turns off telegram UI is the solution, the name of the flag was suggested by @desa on July, 27th :
|
ui/src/notifications/endpoints/components/EndpointTypeDropdown.tsx
Outdated
Show resolved
Hide resolved
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.
I made a suggestion in comments, but after that is changed this should be good to merge.
ui/src/notifications/endpoints/components/EndpointTypeDropdown.tsx
Outdated
Show resolved
Hide resolved
…dpoint-telegram flag
d6f3c33
to
3bb7cc5
Compare
This PR takes back the telegram notification (#18218) that was reverted by #19088 + adds a new UI feature flag
notification-endpoint-telegram
that turns on/off telegram notifications (in 04b188a), off by default