-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
For (private) rooms, allow non-creator to add people to the room #930
Comments
+1 |
Every user to private room relationship could be defined with a type, Room Manger or Room Member.
|
Why not just make it possible to have all current users add people by default - keep it simple |
Thinking a little more about this. User permissions at the room level would also address #825 by having a reader permission, as opposed to writer. Also the room owner/manager should be able to set the default permission for new members to any permission level. |
You could create a set of invite permissions (invite_c, invite_p, etc) and assign those to roles. But, having the ability to add overrides to the role permissions at the channel level would be great. We would like to allow users to create and delete rooms, but there are channels that we want to lock down (i.e. #general, etc). |
👍 |
2 similar comments
+1 |
+1 |
Thank you for your suggestion. Closing this issue for the meantime as this feature is not on our short-term roadmap. |
Right now only whoever created a private room can invite others to join it. It would ease our lives a lot if we could let 1) every current member invite others, or 2) let the creator grant one or more others the privilege to do so.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: