Fractal calls them Historical rooms and they are rooms that I left on other apps.

I thought that when you leave a room on e.g. Element it’ll send a deletion request to the server and then to other servers if applicable. But I can see all historical rooms and the data is still there. It even shows when I left the room.

How scary is that?

  • Russ@bitforged.space
    link
    fedilink
    English
    arrow-up
    4
    ·
    6 months ago

    Have you checked on Element to see if the rooms appear there? Generally, when you leave a room on Matrix the homeserver you’re on still holds a copy of that room that is cached until you “Forget” the room (and on the backend, its completely removed when all users on the homeserver have left the room AFAIK).

    Matrix does not delete your messages from the room whenever you leave a room though. What I don’t know is what happens when your account is deleted, however.

    • juli@programming.devOP
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      6 months ago

      They do not appear in Element. I’ve never seen “historical” rooms there.

      Sounds like there’s a reason why it’s nowhere called “delete room”

  • smileyhead@discuss.tchncs.de
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    6 months ago

    What you see is the historic version, you should not see any messages after you leave.

    This can be shown because the room is not immediatly deleted, it just has 0 members and should be purged later when there are free resources on the server, as deletion and clearing up the database takes some work. Actually most used Matrix server, Synapse, is also very bad at clearing after itself so most admins currently need to write scripts to clear those rooms.

    Empty rooms makes sense from the protocol perspective, as they can be used to store data for something other than chat. Still we should have more ways to tweak the behavior.