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

Groups: add a third option for group type, invitation only. #839

Open
yoyopuyo opened this issue Apr 25, 2022 · 1 comment
Open

Groups: add a third option for group type, invitation only. #839

yoyopuyo opened this issue Apr 25, 2022 · 1 comment

Comments

@yoyopuyo
Copy link

Groups has a bool to tell if it's open or close. However there is a third common option in games: the guild is completely closed and you can only join with an invitation.
This is made a bit harder to add as the "Open" is a bool right now.
Maybe a GroupType variable with three options.

Thank you.

@einfachBlu
Copy link

Is there currently any other workaround to invite users to a group and when they accept, that they join the group?
Currently i thought about saving a group invite in their user storage and when they click "accept" in the game it should add him. But they cannot add themself to the group. is there a solid workaround or how other games solved that with nakama?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants