diff options
author | Erik Johnston <erikj@jki.re> | 2018-06-25 14:37:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-25 14:37:01 +0100 |
commit | 33fdcfa957e64ec43bd866d09e12811140f75dcf (patch) | |
tree | 15dc74b7c90fa61cd53dff05eb19676a7bd5d935 /synapse/handlers | |
parent | Remove all global reactor imports & pass it around explicitly (#3424) (diff) | |
parent | Add UserErasureWorkerStore to workers (diff) | |
download | synapse-33fdcfa957e64ec43bd866d09e12811140f75dcf.tar.xz |
Merge pull request #3441 from matrix-org/erikj/redo_erasure
Fix user erasure and re-enable
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/deactivate_account.py | 7 | ||||
-rw-r--r-- | synapse/handlers/federation.py | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/synapse/handlers/deactivate_account.py b/synapse/handlers/deactivate_account.py |