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

bot will now notify participants who did not get matched #35

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

bincyber
Copy link
Member

@bincyber bincyber commented Sep 1, 2024

🛠️ Description

This PR updates the bot to notify participants who did not get matched at the start of a new chat-roulette round.

In #34 the matching function was updated to a new version: GetRandomMatchesV2(). This new version returns any members participating in chat-roulette who could not be matched. With users enabling the option to only be matched with others of the same gender, there is a higher likelihood of some members not getting a match. Therefore, it's vital that we notify participants who did not get matched instead of leaving them in the dark.

notify-member

👍 Definition of Done

  • New functionality works?
  • Tests added?
  • No linting issues?

@bincyber bincyber merged commit 49b2a78 into master Sep 2, 2024
2 of 3 checks passed
@bincyber bincyber deleted the notify-member branch September 2, 2024 06:05
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.

1 participant