diff options
author | Olivier Wilkinson (reivilibre) <olivier@librepush.net> | 2019-08-14 14:09:31 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <olivier@librepush.net> | 2019-08-14 14:53:49 +0100 |
commit | 3ad24ab3865ab0e52bab7cbb7bb50f10c3cab7d8 (patch) | |
tree | b75136edd1472100a47dd26b4fc308ac06c57d51 | |
parent | Wrap `get_local_public_room_list` call in `maybeDeferred` because it (diff) | |
download | synapse-3ad24ab3865ab0e52bab7cbb7bb50f10c3cab7d8.tar.xz |
Newsfile
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
-rw-r--r-- | changelog.d/5851.bugfix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/5851.bugfix b/changelog.d/5851.bugfix new file mode 100644 index 0000000000..6da40e6e38 --- /dev/null +++ b/changelog.d/5851.bugfix @@ -0,0 +1,2 @@ +Fixes 500 Internal Server Error on `publicRooms` when the public room list was +cached. \ No newline at end of file |