summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorreivilibre <38398653+reivilibre@users.noreply.github.com>2019-08-28 09:44:22 +0100
committerGitHub <noreply@github.com>2019-08-28 09:44:22 +0100
commita3f06356860de1ff727a8df1f38ea4afd5d70bd5 (patch)
tree9894346894a293b4214fc723890af1593eb18c5f /changelog.d
parentTypographical corrections in docker/README (#5921) (diff)
parentDocument GET method for retrieving admin bit of user in admin API (diff)
downloadsynapse-a3f06356860de1ff727a8df1f38ea4afd5d70bd5.tar.xz
Merge pull request #5914 from matrix-org/rei/admin_getadmin
Add GET method to admin API /users/@user:dom/admin
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5914.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5914.feature b/changelog.d/5914.feature
new file mode 100644
index 0000000000..85c7bf5963
--- /dev/null
+++ b/changelog.d/5914.feature
@@ -0,0 +1 @@
+Add admin API endpoint for getting whether or not a user is a server administrator.