diff options
author | David Baker <dave@matrix.org> | 2018-06-26 10:52:52 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2018-06-26 11:57:44 +0100 |
commit | 7a32fa01013b1faeace51c71cb98e8a981e79b3b (patch) | |
tree | 89e9a92261ce3906f0d8028a6d7079c890016da1 | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes (diff) | |
download | synapse-7a32fa01013b1faeace51c71cb98e8a981e79b3b.tar.xz |
Fix error on deleting users pending deactivation
Use simple_delete instead of simple_delete_one as commented
-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 |