diff options
author | David Baker <dave@matrix.org> | 2018-06-26 10:52:52 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2018-06-26 10:52:52 +0100 |
commit | 028490afd4c6a9dd9d05586db8510e6bc848703b (patch) | |
tree | bb0b5ca96181a4d70faff568f8db7c0d35d69113 /synapse | |
parent | Merge pull request #3448 from matrix-org/matthew/gdpr-deactivate-admin-api (diff) | |
download | synapse-028490afd4c6a9dd9d05586db8510e6bc848703b.tar.xz |
Fix error on deleting users pending deactivation
Use simple_delete instead of simple_delete_one as commented
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/registration.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/synapse/storage/registration.py b/synapse/storage/registration.py |