-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
Allow room creator to delete that room #1578
Comments
Important feature! +1 |
+1 to this. I didn't know that I couldn't delete rooms until someone on our work Rocket server complained about one of the dozen-or-so test rooms I've created. I had to tell him I couldn't do anything about it and he'd need to contact an admin, whoops! This makes playing around with the system a lot more annoying, which is an antipattern (people play around when learning software, and they should be able to undo trivial errors they make while doing that.) |
+1 - if possible as solution by permission settings. |
This should be possible with our permissions. Does this issue still exist? |
I think the permissions do solve it, however, some permission names are not clear! what is:
|
Those translate to:
|
Why it doesn't show the full name over there? missing translation entry? |
@fduraibi this is just the variable name or the short name, we need to actually add i18n entries maybe to our permission names 😄 |
I've allowed For private group creators, would the delete button be under "state" in Room Info? UPDATE: Apparently there is no way in the UI for a private room creator to delete it (from a team member in #support on their chat) |
Any news on this button ? |
Currently only admins can delete rooms, but it will be nice if the person who created the room becomes like a room admin and can delete that room from the "Room Settings" tab.
In the case of the rocket chat demo server, we see many many rooms that users created mostly for testing but never used again. They cannot delete it, and it is hard for the admins to delete since they don't know if will be used in the future or not.
In production environment a group of people can start a room use it for sometime and be done with it, or they might leave it unused but they can still come back for the message history. So they are the ones who decides if the room is still needed or not. It can be added as an option in the admin settings, so the admin can allow such feature or not.
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: