summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-06-06 11:18:13 +0100
committerGitHub <noreply@github.com>2019-06-06 11:18:13 +0100
commit8f06344e11027dceb9634a30504aa81e338b580f (patch)
treeb11f172600ec3845f81cae03f4c2d4f08da70cde /changelog.d
parentMerge pull request #5359 from matrix-org/rav/enable_tls_verification (diff)
parentAdd credit in the changelog (diff)
downloadsynapse-8f06344e11027dceb9634a30504aa81e338b580f.tar.xz
Merge pull request #5089 from dnaf/m-heroes-empty-room-name
Make /sync return heroes if room name or canonical alias are empty
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5089.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5089.bugfix b/changelog.d/5089.bugfix
new file mode 100644
index 0000000000..68643cebb7
--- /dev/null
+++ b/changelog.d/5089.bugfix
@@ -0,0 +1 @@
+Fixes client-server API not sending "m.heroes" to lazy-load /sync requests when a rooms name or its canonical alias are empty. Thanks to @dnaf for this work!