diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-03-02 16:43:33 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-03-02 16:43:33 +0000 |
commit | 27d099edd66ee41c92d3c4603777c0a2fa897cc4 (patch) | |
tree | 0412b1ec5c7a294f5f87aa5ce8eed1a56653ec1e /changelog.d | |
parent | Merge branch 'anoabolivier/sso-confirm' into 'release-v1.11.1' (diff) | |
parent | Fixed set a user as an admin with the new API (#6928) (diff) | |
download | synapse-27d099edd66ee41c92d3c4603777c0a2fa897cc4.tar.xz |
Merge remote-tracking branch 'origin/release-v1.11.1' into release-v1.11.1
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6910.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6910.bugfix b/changelog.d/6910.bugfix new file mode 100644 index 0000000000..707f1ff7b5 --- /dev/null +++ b/changelog.d/6910.bugfix @@ -0,0 +1 @@ +Fixed set a user as an admin with the admin API `PUT /_synapse/admin/v2/users/<user_id>`. Contributed by @dklimpel. |