-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Disabling historical rooms #13401
Comments
Doesn't seem unreasonable as a config option, but I don't think we'd implement it ourselves. |
I think this is a client-side feature, isn't it? It's the client choosing to present the list of historical rooms, not the server. (Though #4720 is related) |
Well, this can be removed on the client side, but I'm not entirely sure whether historical rooms are provided by the client or by the server |
I don't think Synapse provides a list of historical rooms. (It used to, but has not done so for a long time.) |
So in which version was that removed from synapse? |
I couldn't say for certain, I'm afraid. |
Synapse does not notify the client that a room has been forgotten, no. It's up to the client to remove it from the room list. See Element Web's code here: This also means that if you have 2 Element Web clients, forgetting a room on one will not cause it to disappear from the other.
Actually, this last part is apparently Element Web's fault for not setting |
Okay, I think I should make an issue in https://github.com/vector-im/element-web. Closing the issue. |
Description:
I would like it to be possible to disable historical rooms in synapse. I just want to leave a room and forget about it, not leaving a trail of it in historical rooms.
The text was updated successfully, but these errors were encountered: