You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Calling /_synapse/admin/v1/rooms/$room_id/make_room_admin on a private room would invite the user to the room if not already in it. If the user leaves the room, calling make_room_admin a second time fails with:
{"errcode":"M_FORBIDDEN","error":"$user not in room $room_id"}
Steps to reproduce
Call make_room_admin on a private room
Join the room with the server admin user
Leave the room
Call make_room_admin again to get M_FORBIDDEN
The server admin user should be invited to the room again.