Skip to content

Conversation

@GuiLeme
Copy link
Collaborator

@GuiLeme GuiLeme commented Jan 9, 2026

What does this PR do?

This PR implements a filter to remove bots.

Closes Issue(s)

Closes #79

More

One thing to keep in mind:

  • In this PR, I added a filter to the subscription to exclude users flagged as bots.
  • Additionally, I added a filter in the TypeScript logic when selecting the user to be randomly picked.

The reason for this is that we are planning to change the subscription used to retrieve all users. At the moment, we rely on a custom subscription that isn’t reused anywhere else. The idea is that once this PR is merged — bigbluebutton/bigbluebutton#24213 — we will have all the necessary information to switch to the proper CORE hook (useUsersBasicInfo). This will allow us to reuse the subscription and improve overall performance.


Se demo below:

demo-filter-bot-pick-user.mp4

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.

Filter users with the bot flag out of the list of available users.

1 participant