-
Notifications
You must be signed in to change notification settings - Fork 336
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: can join public teams without invite #10952
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did not test
if (!hasPublicTeamsFlag) { | ||
return standardError(new Error('This team is not public')) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 not necessarily part of this change, but I think we might have an issue somewhere to allow org admins to join a team. Allowing them to bypass this check could solve this maybe.
Fix #10923
Demo: https://www.loom.com/share/43ab2b2fa5ea41b88eecfa71f7999a0f
I won't merge this until the other parts of the milestone are done.
To test