-
-
Notifications
You must be signed in to change notification settings - Fork 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
Warn when the last admin tries to leave a room (especially invite-only) that the room can no longer be adminned #2855
Comments
(apologies if this is a dup, but I couldn't find an existing issue) This should also be enforced server-side, but preventing it on the client side would be helpful too. |
This comment was marked as off-topic.
This comment was marked as off-topic.
@jaypatelani: sounds like an unrelated issue. @uhoreg: the admin could rejoin, so stopping them leaving seems over-strict. |
@rivhvdh if Admin makes room invited only before leaving he can't join back. Thanks |
If they rejoin, then won't they just be a normal user? If you don't want to stop them from leaving, then how about popping up a warning? |
no, power levels are in a separate event which persists. @jaypatelani raises a valid point. A warning certainly sounds sane. |
Founder semantics could be a solution here too: https://github.com/matrix-org/matrix-doc/issues/652 |
I accidentally left an invite-only room, where I was the only admin. And now I can't re-join :/ |
I can second this. I have a few rooms where admin members left the room
without promoting another member. Maybe a check for that scenario when the
last admin is trying to leave and prompt with a message stating they have
to promote another member first.
…On Sat, Mar 11, 2017 at 5:21 AM, Nikos Roussos ***@***.***> wrote:
I accidentally left an invite-only room, where I was the only admin. And
now I can't re-join :/
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2855 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADsKObNWopfeXe6ng-8KzJOf2BxQNOBAks5rkp_egaJpZM4LYubr>
.
|
what's the verdict on this one?
|
If the last room administrator leaves a room, other users cannot gain admin privilges anymore, leaving the room in an unmoderable state. To help in avoiding this scenario without actually preventing an admin from leaving the room if they really want, this commit adds a new warning message. Attempts to help with: element-hq/element-web#2855 Signed-off-by: Arne Wilken arnepokemon@yahoo.de
I believe the PR linked above would close this issue and as Product and Design have given feedback on the PR will be removing those labels |
We should probably prevent admins from leaving a room that would otherwise be non-empty
The text was updated successfully, but these errors were encountered: