diff options
author | Katie Wolfe <katie@dnaf.moe> | 2019-04-22 13:03:59 -0400 |
---|---|---|
committer | Katie Wolfe <katie@dnaf.moe> | 2019-04-24 12:26:47 -0400 |
commit | 0a4c135f68249c2345449bee6aa7d7557a61179b (patch) | |
tree | 20675450fac5ee36617f1c56e9379af59b9f601c | |
parent | Show heroes if room name or canonical alias are empty (diff) | |
download | synapse-0a4c135f68249c2345449bee6aa7d7557a61179b.tar.xz |
Add changelog.d/5084.bugfix
Signed-off-by: Katie Wolfe <katie@dnaf.moe>
-rw-r--r-- | changelog.d/5084.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5084.bugfix b/changelog.d/5084.bugfix new file mode 100644 index 0000000000..d5e135cde8 --- /dev/null +++ b/changelog.d/5084.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 |