diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2020-09-22 19:19:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-22 18:19:01 +0100 |
commit | 8998217540bc41975e64e44c507632361ca95698 (patch) | |
tree | c704483d4369b4f684c5348b64847e3dc12e17c6 /changelog.d | |
parent | Admin API for reported events (#8217) (diff) | |
download | synapse-8998217540bc41975e64e44c507632361ca95698.tar.xz |
Fixed a bug with reactivating users with the admin API (#8362)
Fixes: #8359 Trying to reactivate a user with the admin API (`PUT /_synapse/admin/v2/users/<user_name>`) causes an internal server error. Seems to be a regression in #8033.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8362.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8362.bugfix b/changelog.d/8362.bugfix new file mode 100644 index 0000000000..4e50067c87 --- /dev/null +++ b/changelog.d/8362.bugfix @@ -0,0 +1 @@ +Fixed a regression in v1.19.0 with reactivating users through the admin API. |