Skip to content
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

Webhook: Fix not listening to notifications when no broadcaster #480

Merged
merged 1 commit into from
Jun 27, 2023

Conversation

roekatz
Copy link
Collaborator

@roekatz roekatz commented Jun 27, 2023

Latest fixes to broadcaster stability introduced refactor to listening to webhook notifications task.
Previously we haven't make sure broadcaster listening context was entered before listening,
Now we always do - although when broadcaster is not configured - webhook notifications won't be listened at all.

This PR fixes that bug and supports both scenarios.

@roekatz roekatz requested a review from shaulk June 27, 2023 10:51
@netlify
Copy link

netlify bot commented Jun 27, 2023

Deploy Preview for opal-docs canceled.

Name Link
🔨 Latest commit 63e1323
🔍 Latest deploy log https://app.netlify.com/sites/opal-docs/deploys/649ac1cff135fe0008b350ed

@roekatz roekatz force-pushed the rk/fix-webhook-without-broadcaster branch from 8aaebde to 8cf1ac3 Compare June 27, 2023 10:58
@roekatz roekatz force-pushed the rk/fix-webhook-without-broadcaster branch from 8cf1ac3 to 63e1323 Compare June 27, 2023 11:02
@roekatz roekatz merged commit ec75ecc into master Jun 27, 2023
7 of 8 checks passed
@roekatz roekatz deleted the rk/fix-webhook-without-broadcaster branch June 27, 2023 11:10
@roekatz roekatz restored the rk/fix-webhook-without-broadcaster branch June 27, 2023 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants