summary refs log tree commit diff
path: root/changelog.d/8362.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.21.0Richard van der Hoff2020-10-011-1/+0
|
* Fixed a bug with reactivating users with the admin API (#8362)Dirk Klimpel2020-09-221-0/+1
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.