diff options
author | reivilibre <38398653+reivilibre@users.noreply.github.com> | 2019-08-28 09:44:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-28 09:44:22 +0100 |
commit | a3f06356860de1ff727a8df1f38ea4afd5d70bd5 (patch) | |
tree | 9894346894a293b4214fc723890af1593eb18c5f /changelog.d | |
parent | Typographical corrections in docker/README (#5921) (diff) | |
parent | Document GET method for retrieving admin bit of user in admin API (diff) | |
download | synapse-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.feature | 1 |
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. |