diff options
author | Erik Johnston <erik@matrix.org> | 2020-12-18 15:37:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 15:37:19 +0000 |
commit | d781a81e692563c5785e3efd4aa2487696b9c995 (patch) | |
tree | 9e4858b74a1678d20084c931a329485755d6a0f9 /changelog.d | |
parent | Fix mainline ordering in state res v2 (#8971) (diff) | |
download | synapse-d781a81e692563c5785e3efd4aa2487696b9c995.tar.xz |
Allow server admin to get admin bit in rooms where local user is an admin (#8756)
This adds an admin API that allows a server admin to get power in a room if a local user has power in a room. Will also invite the user if they're not in the room and its a private room. Can specify another user (rather than the admin user) to be granted power. Co-authored-by: Matthew Hodgson <matthew@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8756.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8756.feature b/changelog.d/8756.feature new file mode 100644 index 0000000000..03eb79fb0a --- /dev/null +++ b/changelog.d/8756.feature @@ -0,0 +1 @@ +Add admin API that lets server admins get power in rooms in which local users have power. |