summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2020-02-28 10:58:05 +0100
committerRichard van der Hoff <richard@matrix.org>2020-03-02 13:28:50 +0000
commitbbeee33d63c43cb80118c0dccf8abd9d4ac1b8f3 (patch)
treec03fe474f314527117e1f97b6af18021e0412e9f /changelog.d
parentCast a coroutine into a Deferred in the federation base (#6996) (diff)
downloadsynapse-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.bugfix1
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.