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

FIX: improves chat audio notification reliability #27089

Merged
merged 1 commit into from
May 20, 2024

Conversation

jjaffeux
Copy link
Contributor

Debouncing the audio was causing the audio to be lost sometimes, somewhat randomly. It's not supposed to be necessary.

The commit also refactors the code to async/await.

Debouncing the audio was causing the audio to be lost sometimes, somewhat randomly. It's not supposed to be necessary.

The commit also refactors the code to async/await.
@github-actions github-actions bot added the chat PRs which include a change to Chat plugin label May 20, 2024
@jjaffeux jjaffeux merged commit 7a0c4c5 into discourse:main May 20, 2024
16 checks passed
@jjaffeux jjaffeux deleted the chat/play-audio branch May 20, 2024 18:48
CvX pushed a commit that referenced this pull request May 21, 2024
Debouncing the audio was causing the audio to be lost sometimes, somewhat randomly. It's not supposed to be necessary.

The commit also refactors the code to async/await.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chat PRs which include a change to Chat plugin
2 participants