diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-07-13 12:53:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 11:53:45 +0100 |
commit | d9b3637e446ca639b64be05e8a27d1c2ea23c589 (patch) | |
tree | 9680643a5f3ad0c4b25922c23ed43e30b3be9492 /synapse/rest/admin | |
parent | Use inline type hints in `tests/` (#10350) (diff) | |
download | synapse-d9b3637e446ca639b64be05e8a27d1c2ea23c589.tar.xz |
Bugfix `make_room_admin` fails for users that have left a private room (#10367)
Fixes: #10338
Diffstat (limited to 'synapse/rest/admin')
-rw-r--r-- | synapse/rest/admin/rooms.py | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/synapse/rest/admin/rooms.py b/synapse/rest/admin/rooms.py |