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

Set public setting when creating lobby. #66

Merged
merged 2 commits into from
Oct 19, 2023
Merged

Conversation

koenbollen
Copy link
Collaborator

@koenbollen koenbollen commented Oct 18, 2023

Previously the public setting was ignored by the backend and never saved in the database, thus all lobbies where public and listing lobbies would return everything.

This change actually stored the public setting in the database, the filter for public-only lobbies in listing was already in place.

This is a backwards-incompatible change, but no live games we know of use this feature at the moment.

Fixes #49

@koenbollen koenbollen merged commit 3cae519 into main Oct 19, 2023
1 check passed
@koenbollen koenbollen deleted the default-private-lobbies branch October 19, 2023 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Private lobby is still public
2 participants