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

Disable TTS if the queue gets too long #1186

Closed
Tracked by #1078
kevmo314 opened this issue Jan 17, 2024 · 1 comment · Fixed by #1195
Closed
Tracked by #1078

Disable TTS if the queue gets too long #1186

kevmo314 opened this issue Jan 17, 2024 · 1 comment · Fixed by #1195
Assignees

Comments

@kevmo314
Copy link
Contributor

kevmo314 commented Jan 17, 2024

Update the TTS enqueueing logic to do the following:

  1. If the queue is more than 10 items, disable reading the usernames.
  2. If username reading is already disabled and the queue is at 20 items, disable TTS and read a "There are too many messages. TTS Disabled" messsage.
  3. If the queue goes back to zero items, enable reading the username.
@jessielw
Copy link
Collaborator

Once merged this should close this right?

#1184

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 a pull request may close this issue.

3 participants