diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-21 11:31:28 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-21 11:31:28 +0000 |
commit | a7a669b4de5582c07bab9ff09a82127d1247f1d1 (patch) | |
tree | 18e0f8260db3a705365545c215aaa1f4baabd504 /changelog.d/5878.feature | |
parent | Propagate opentracing contexts through EDUs (#5852) (diff) | |
parent | Add Admin API capability to set adminship of a user (#5878) (diff) | |
download | synapse-a7a669b4de5582c07bab9ff09a82127d1247f1d1.tar.xz |
Add Admin API capability to set adminship of a user (#5878)
Diffstat (limited to 'changelog.d/5878.feature')
-rw-r--r-- | changelog.d/5878.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5878.feature b/changelog.d/5878.feature new file mode 100644 index 0000000000..d9d6df880e --- /dev/null +++ b/changelog.d/5878.feature @@ -0,0 +1 @@ +Add admin API endpoint for setting whether or not a user is a server administrator. |