summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2023-01-11 13:21:53 +0000
committerGitHub <noreply@github.com>2023-01-11 13:21:53 +0000
commit5172c8c403d94ea5f184abc8b3c37dbd19a849bc (patch)
tree2bbd55a9f1f31bd0d3fbdd80a65fcb31d880581e /changelog.d
parentFix-up type hints for tests.push module. (#14816) (diff)
downloadsynapse-5172c8c403d94ea5f184abc8b3c37dbd19a849bc.tar.xz
Faster remote room joins (worker mode): do not populate external hosts-in-room cache when sending events as this requires blocking for full state. (#14749)
Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
Co-authored-by: Sean Quah <seanq@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14749.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14749.misc b/changelog.d/14749.misc
new file mode 100644
index 0000000000..ff81325225
--- /dev/null
+++ b/changelog.d/14749.misc
@@ -0,0 +1 @@
+Faster remote room joins (worker mode): do not populate external hosts-in-room cache when sending events as this requires blocking for full state.
\ No newline at end of file