diff options
author | reivilibre <38398653+reivilibre@users.noreply.github.com> | 2019-08-15 11:02:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-15 11:02:33 +0100 |
commit | 7809f0c0227f94d99ca126bc5c699cbdc125a529 (patch) | |
tree | 6ec3bafb7205a73c3b758216c10c2af0f3512ed0 /changelog.d | |
parent | 1.3.0rc1 (diff) | |
parent | Update changelog.d/5851.bugfix (diff) | |
download | synapse-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.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..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. |