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

Feat/force disable dave on stage channel #1259

Conversation

Neko-Life
Copy link
Contributor

Changes in this PR

  • Always force disable dave when joining stage channel

Code change checklist

  • I have ensured that all methods and functions are fully documented using doxygen style comments.
  • My code follows the coding style guide.
  • I tested that my change works before raising the PR.
  • I have ensured that I did not break any existing API calls.
  • I have not built my pull request using AI, a static analysis tool or similar without any human oversight.

@github-actions github-actions bot added the code Improvements or additions to code. label Oct 5, 2024
@Jaskowicz1
Copy link
Contributor

Can Dave not be used for stage channels? If it can, I don't think this PR is a good idea

@braindigitalis
Copy link
Contributor

Can Dave not be used for stage channels? If it can, I don't think this PR is a good idea

stage channels are just voice channels.

if Dave isn't supported by a voice chat it automatically downgrades... besides we have no choice, supporting Dave will become mandatory some point next year


if (enable_dave) {
/* Disable dave if we're connecting to stage channel */
auto *c = find_channel(channel_id);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is a good idea, there's nothing special about stage channels that needs Dave disabled it's just the Dave pr isn't finished.

regardless this assumes channel cache is enabled which isn't going to work if you disable cache.

@Neko-Life Neko-Life closed this Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Improvements or additions to code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants