diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-02-26 12:22:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-26 12:22:55 +0000 |
commit | 8c75b621bfe03725cc8da071516ebc66d3872760 (patch) | |
tree | 5ba2ed0d2bc178d3fc8f846b9d08625eeb7c4e83 /synapse | |
parent | Sanity-check database before running upgrades (#6982) (diff) | |
download | synapse-8c75b621bfe03725cc8da071516ebc66d3872760.tar.xz |
Ensure 'deactivated' parameter is a boolean on user admin API, Fix error handling of call to deactivate user (#6990)
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/rest/admin/users.py | 11 | ||||
-rw-r--r-- | synapse/rest/client/v1/login.py | 1 |
2 files changed, 8 insertions, 4 deletions
diff --git a/synapse/rest/admin/users.py b/synapse/rest/admin/users.py |