synapse/changelog.d/17400.feature
Travis Ralston 2ec257d608
Upon deactivation, forget all of the user's rooms (#17400)
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.
2024-07-05 11:56:52 +01:00

1 line
No EOL
71 B
Gherkin

Forget all of a user's rooms upon deactivation, enabling future purges.