synapse/changelog.d/8362.bugfix
Dirk Klimpel 8998217540
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.
2020-09-22 18:19:01 +01:00

2 lines
77 B
Plaintext

Fixed a regression in v1.19.0 with reactivating users through the admin API.