-
- Downloads
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>
Showing
- changelog.d/8756.feature 1 addition, 0 deletionschangelog.d/8756.feature
- docs/admin_api/rooms.md 19 additions, 1 deletiondocs/admin_api/rooms.md
- synapse/rest/admin/__init__.py 2 additions, 0 deletionssynapse/rest/admin/__init__.py
- synapse/rest/admin/rooms.py 134 additions, 2 deletionssynapse/rest/admin/rooms.py
- tests/rest/admin/test_room.py 138 additions, 0 deletionstests/rest/admin/test_room.py
Loading
Please register or sign in to comment