diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-03-01 13:59:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-01 13:59:01 -0500 |
commit | ad8589d39254559b3eb4f38c528f8fc827dc4763 (patch) | |
tree | 0497ac6fb0f2248b7c49c20cd976ebadc832e466 /changelog.d | |
parent | (Hopefully) stop leaking file descriptors in media repo. (#9497) (diff) | |
download | synapse-ad8589d39254559b3eb4f38c528f8fc827dc4763.tar.xz |
Fix a bug when a room alias is given to the admin join endpoint (#9506)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9506.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9506.bugfix b/changelog.d/9506.bugfix new file mode 100644 index 0000000000..cc0d410e0f --- /dev/null +++ b/changelog.d/9506.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in v1.25.0 where `/_synapse/admin/join/` would fail when given a room alias. |