diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2020-02-28 10:58:05 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-03-02 13:28:50 +0000 |
commit | bbeee33d63c43cb80118c0dccf8abd9d4ac1b8f3 (patch) | |
tree | c03fe474f314527117e1f97b6af18021e0412e9f /changelog.d | |
parent | Cast a coroutine into a Deferred in the federation base (#6996) (diff) | |
download | synapse-bbeee33d63c43cb80118c0dccf8abd9d4ac1b8f3.tar.xz |
Fixed set a user as an admin with the new API (#6928)
Fix #6910
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. |