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 /changelog.d | |
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 'changelog.d')
-rw-r--r-- | changelog.d/10367.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10367.bugfix b/changelog.d/10367.bugfix new file mode 100644 index 0000000000..b445556084 --- /dev/null +++ b/changelog.d/10367.bugfix @@ -0,0 +1 @@ +Bugfix `make_room_admin` fails for users that have left a private room. \ No newline at end of file |