mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-05 15:37:02 +00:00
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.
1 line
No EOL
71 B
Gherkin
1 line
No EOL
71 B
Gherkin
Forget all of a user's rooms upon deactivation, enabling future purges. |