summary refs log tree commit diff
path: root/tests/handlers/test_deactivate_account.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add some type hints to the tests.handlers module. (#12207)Patrick Cloke2022-03-111-1/+1
|
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
| | | | | | | The presence of this method was confusing, and mostly present for backwards compatibility. Let's get rid of it. Part of #11733
* Add a background database update to purge account data for deactivated ↵reivilibre2022-02-021-0/+106
| | | | users. (#11655)
* Remove account data (including client config, push rules and ignored users) ↵reivilibre2022-01-241-0/+219
upon user deactivation. (#11621) Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>