diff options
author | David Robertson <davidr@element.io> | 2022-11-15 17:35:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-15 17:35:19 +0000 |
commit | 1eed795fc56d95df3968e37f3a4db92f24513e15 (patch) | |
tree | 6c014e4f4522357ffbb21ce181e8e80170c8553a /changelog.d | |
parent | Fix typechecking errors introduced in #14128 (#14455) (diff) | |
download | synapse-1eed795fc56d95df3968e37f3a4db92f24513e15.tar.xz |
Include heroes in partial join responses' state (#14442)
* Pull out hero selection logic * Include heroes in partial join response's state * Changelog * Fixup trial test * Remove TODO
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14442.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14442.feature b/changelog.d/14442.feature new file mode 100644 index 0000000000..917e7edfb3 --- /dev/null +++ b/changelog.d/14442.feature @@ -0,0 +1 @@ +Faster joins: include heroes' membership events in the partial join response, for rooms without a name or canonical alias. |