element-hq / element-meta

Shared/meta documentation and project artefacts for Element clients
73 stars 12 forks source link

Remove/delete rooms & spaces #466

Open rgpublic opened 6 years ago

rgpublic commented 6 years ago

Like matrix-org/matrix-spec-proposals#722, which has been falsely closed as a duplicate of matrix-org/matrix-spec#242, I still think it should be possible to delete rooms without any shell script or other magic. We're using Matrix for some weeks now and are VERY happy with it, but the inability to really delete rooms (and NOT just hide them) is a major annoyance. I dont want to give all my coworkers SSH access to the chat server and tell them to run a shell-script just so they can delete rooms they've created. I'm aware of the fact that when federation is enabled you cannot really guarantee that the room is actually deleted. But: We have already the option during room creation to define a room as server-local. At the very least these rooms should be deletable IMHO.

turt2live commented 6 years ago

This is more of a server concern than the client. The server has the opportunity to delete rooms that have been abandoned, and synapse (at least) doesn't use this opportunity.

The best issue I can find that relates is: https://github.com/matrix-org/synapse/issues/2338 (I could have sworn there was an issue for deleting rooms when they are abandoned though)

richvdh commented 5 years ago

(I could have sworn there was an issue for deleting rooms when they are abandoned though)

So could I. Anyway, https://github.com/matrix-org/synapse/issues/4720, until we track it down.

fnorf commented 5 years ago

Maybe "forcing abandonment" would be a different name then. If the admin of a room wants to make it "gone", they should be able to easily remove all its users, "lock" it so no one can resurrect it and suggest the server to drop all history it knows.

karl007 commented 4 years ago

For everyone who search for a secure solution to delete a room (or something nearby), I create a php script as replacement for the nuke-room-from-db script, but use the API to kick all users and then let the garbage collector remove the empty room instead of deleting membership in the DB (and maybe miss something or screw up the DB): https://gist.github.com/karl007/521f6ab84a398ee27118ab89aae7a9dc

php riot_delete_room.php https://matrix.org "MDA...kYK" "#alias:domain.de"

The script only shows all members and the stop and ask if the members should kick. Then ask for a reason and a possible userId which should not kicked.

Fnux commented 4 years ago

It's weird for end-users not to be able to "delete" a room: it does not really matter if the room is left abandonned, but it would make sense for admins to have a "delete" button that kicks everyone, lock and leave. Homeserver GC can take care of the rest, but I think it doesn't matter from the user point of view.

It should not be hard to implement in riot.

t3chguy commented 4 years ago

It would be hard because as soon as there's multiple admins one admin cannot do this on their own, all admins would have to leave/derank themselves then the final one click this button. Admins cannot kick each other.

Fnux commented 4 years ago

Good point.

Issue we got at work today: someone created a duplicated room by error, and invited 5-8 users. It was confusing for them, as they had to do everything by hand. We could add an "Abandon room" button in settings for rooms with a single admin, which should already cover most use cases. Not perfect, but still better than the current situation. Would you be open to such a patch?

mahemoff commented 4 years ago

It would be hard because as soon as there's multiple admins one admin cannot do this on their own, all admins would have to leave/derank themselves then the final one click this button. Admins cannot kick each other.

I don't see this as a big enough hurdle to block an expected feature. If there's 2+ admins, just fade out the delete button with a message to reduce to 1 admins in order to delete it.

kollokollo commented 3 years ago

My use case for deleting a room was: I created a room with encryption on. Now I want to have no encryption (because I do not want to veryfy every user). This is not possible. So I want to delete the room, but create a new one with the same name(!), then without encryption. Would that be possible?

malcolmbastien commented 3 years ago

My use case for deleting a room was: I created a room with encryption on. Now I want to have no encryption (because I do not want to veryfy every user). This is not possible. So I want to delete the room, but create a new one with the same name(!), then without encryption. Would that be possible?

Just another voice echoing a use case similar to kollokollo's. I mentioned this in the #matrix channel what I did and brought up the usability issue of letting (at least in Element) a user set encrypt a public room with a published address in the first place.

But yes I would like to delete (or have Matrix clear the empty room) so that I can reclaim the published address and do it correctly the second time around. Thanks all.

rgpublic commented 3 years ago

In the meantime, I've discovered there seems to be an API in Synapse to do just that:

https://github.com/matrix-org/synapse/blob/develop/docs/admin_api/rooms.md#delete-room-api

I wonder why this can't somehow be wired to show up as a button for admins in the frontend? Shouldn't be too hard to do...

t3chguy commented 3 years ago

Because its a Synapse specific (not Matrix) API and requires a Matrix Access Token of a Synapse Admin and the /_synapse/ paths to be reverse proxied, so will not work for most users on the majority of servers.

rgpublic commented 3 years ago

Thanks a lot for the explanation @t3chguy . Understood. But I thought Synapse was the most widespread server a.k.a. "standard implementation"? Couldn't Element detect, if this server feature is available and then add this as an additional menu entry/delete button?

t3chguy commented 3 years ago

Sure, but Element strives to be a Matrix client, not a Synapse one. Plus pretty much all instructions on running a Synapse tell you to only reverse proxy /_matrix/ and not /_synapse/ so it will not work on 99% of deployments and of the 1% of deployments it'll work for the small handful of Server Admins only.

ara4n commented 3 years ago

It's embarrassing that this is such a longstanding issue - it's a common general complaint against Matrix that "you can't even delete rooms!!!". I've been thinking about it today, and may have a way forward:

As @t3chguy mentioned above, exposing the server admin features is a bit unpleasant as they are currently synapse specific, but better that than not have the feature exposed at all. https://github.com/matrix-org/matrix-doc/issues/1411 tracks speccing server admin functions properly.

Finally, a common reason to 'remove a room' is actually to merge it into another one. Therefore a second 'merge room' button could be added in Room Settings which sends a tombstone into the room to point it at a destination.

hex-m commented 3 years ago

As a user my expectation of "remove room" would be just that: the room should not exist anymore. (not having any members, not be join-able by anyone, deleted after some grace-period)

often the user is just trying to recover the alias

The management of aliases (actually called Addresses in the UI) is a different issue imo and I would not click a "delete room" button when I search for that feature.

I would expect a workflow like this:

  1. click "delete room"
  2. if there are other admins get message: "ask all other administrators to demote themselves or leave the room first"
  3. "Warning: you and all other members will loose access to this room and its content!"
  4. "Should the Room Address '#room1234:server.tld' be pointed to a different room? Should the current members be invited to join that room?"
  5. all aliases/addresses get deleted, all members kicked, history visibility is set to members only, room is set to invite-only and garbage collected sooner or later.

If you're the server admin [..]

Should Element-Web really include administration-functionality? There are issues (https://github.com/vector-im/element-meta/issues/1237, https://github.com/matrix-org/synapse/issues/2032) requesting a dedicated interface for such things.

richvdh commented 3 years ago

As @t3chguy mentioned above, exposing the server admin features is a bit unpleasant as they are currently synapse specific, but better that than not have the feature exposed at all. matrix-org/matrix-doc#1411 tracks speccing server admin functions properly.

please, please, please, don't use synapse's admin APIs in clients. Once you do so, other clients are pressurised to do the same, and they become a defacto part of the spec. (Also: synapse's deployment instructions specifically advise against exposing the admin API to the internet, since it gives attackers who get hold of an admin's access token a huge amount of power.)

t3chguy commented 3 years ago

Element already uses some Synapse Admin APIs @richvdh

image

richvdh commented 3 years ago

that is very much a bug, not a pattern to be repeated.

t3chguy commented 3 years ago

It was done by product demand for a Deactivate button on the user info panel within Element.

richvdh commented 3 years ago

Given https://matrix.org/docs/spec/client_server/r0.6.1#get-matrix-client-r0-admin-whois-userid already exists, the second of those is particularly surprising.

richvdh commented 3 years ago

It was done by product demand for a Deactivate button on the user info panel within Element.

yes I appreciate there are good reasons for wanting these features, but the way to do it is with specced APIs, not by skirting around the spec process by using unspecced APIs.

rgpublic commented 3 years ago

The only thing I really don't understand is: Why is it a non-admin/general-user feature to create a room but there are so many complications around just doing the opposite and reversing the action I might have just done? It seems weird to me in the first place to include one thing in the spec and not the other.

t3chguy commented 3 years ago

@rgpublic because a room admin has shared control of the room with other room admins (users of equal permission) - you cannot kick or demote them, this is to prevent a rogue admin/hacked account from doing irreversible damage. The ability for an admin to delete a room would cause irreversible damage.

In any case, a discussion for the matrix spec and not Element

hex-m commented 3 years ago

Even using the Admin API to delete a room turns up odd behaviour. It may be useful to track that as a separate issue from a room admin trying to delete the room but I'll put this here for now.

Suggestions that would be possible without spec change:

Possible spec changes:

t3chguy commented 3 years ago

@hex-m that's because rooms don't exist/belong on a single server. They are decentralized amongst all servers which have users in that room, so you're only deleting your own server's copy of that room.

Synapse supports operations for preventing reaccessing the room from an invite etc, offtopic for this repo.

Your suggestions apply to Synapse specific implementation and the Matrix spec, not for this issue.

I suggest spinning up issues in relevant repositories for those.

shmerl commented 2 years ago

Use case: 1:1 room, one user got locked out from the account, so they can't leave the room. There should be an ability to remove such room by the other user (who is also admin).

tanriol commented 2 years ago

If you mean that in an 1:1 room any user should be able to delete the room without any traces, I'd be opposed to that. As a user, I don't want the person I'm chatting with to be able to completely remove our communication history.

shmerl commented 2 years ago

It's kind of already possible for individual messages, including "Remove recent messages" for more bulk deletions. So not conceptually very different, just a bigger scale.

movahhedi commented 1 year ago

Still waiting for an update on this. It's very annoying

BMaxV commented 8 months ago

Got here from trying to leave a test room and making it disappear.

Turns out you can't. That's pretty funny.