You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've attempted to disable the telegram integration by setting this to False on both the engine and celery worker deployments. But we're still seeing the telegram verification warning in the UI for our end-users:
Initial thought is that perhaps Telegram should be hidden entirely in the UI if the feature flag is disabled, but even if the feature is enabled, should the plugin show a warning to end users if the admins have not configured the telegram integration?
If I find some time this weekend, I can poke around at this and see what a fix might entail. If someone else gets to it before me, it'd be greatly appreciated :)
The text was updated successfully, but these errors were encountered:
@mothershipper thank you for the bug report! The issue should be easy to fix, but most of core team FEs are on PTO now so feel free to hack the solution :)
# What this PR does
When you disable Telegram feature we did not handle it in our frontend.
Now if the fieture is disabled we do not shoe Telegram at Chat-ops, at
Users.
Also some crarification was added to the instructions that discussion
group should be unique for each channel
## Which issue(s) this PR fixes#319#938
We've attempted to disable the telegram integration by setting this to
False
on both the engine and celery worker deployments. But we're still seeing the telegram verification warning in the UI for our end-users:Initial thought is that perhaps Telegram should be hidden entirely in the UI if the feature flag is disabled, but even if the feature is enabled, should the plugin show a warning to end users if the admins have not configured the telegram integration?
If I find some time this weekend, I can poke around at this and see what a fix might entail. If someone else gets to it before me, it'd be greatly appreciated :)
The text was updated successfully, but these errors were encountered: