summary refs log tree commit diff
path: root/changelog.d/17400.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.111.0rc1Quentin Gliech2024-07-091-1/+0
|
* Upon deactivation, forget all of the user's rooms (#17400)Travis Ralston2024-07-051-0/+1
This can help ensure that the rooms are eventually purged if the other local users also forget them. Synapse already clears some of the room information as part of the `_background_remove_left_rooms` background task, but this doesn't catch `events`, `event_json`, etc.