summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorreivilibre <38398653+reivilibre@users.noreply.github.com>2019-08-15 11:02:33 +0100
committerGitHub <noreply@github.com>2019-08-15 11:02:33 +0100
commit7809f0c0227f94d99ca126bc5c699cbdc125a529 (patch)
tree6ec3bafb7205a73c3b758216c10c2af0f3512ed0 /changelog.d
parent1.3.0rc1 (diff)
parentUpdate changelog.d/5851.bugfix (diff)
downloadsynapse-7809f0c0227f94d99ca126bc5c699cbdc125a529.tar.xz
Merge pull request #5851 from matrix-org/rei/roomdir_maybedeferred
Room Directory:  Wrap `get_local_public_room_list` call in `maybeDeferred`
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5851.bugfix2
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..58f7c0c1b8
--- /dev/null
+++ b/changelog.d/5851.bugfix
@@ -0,0 +1,2 @@
+Fix 500 Internal Server Error on `publicRooms` when the public room list was
+cached.