diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-06-06 11:18:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-06 11:18:13 +0100 |
commit | 8f06344e11027dceb9634a30504aa81e338b580f (patch) | |
tree | b11f172600ec3845f81cae03f4c2d4f08da70cde /changelog.d | |
parent | Merge pull request #5359 from matrix-org/rav/enable_tls_verification (diff) | |
parent | Add credit in the changelog (diff) | |
download | synapse-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.bugfix | 1 |
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! |