summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2022-11-17 17:01:14 +0100
committerGitHub <noreply@github.com>2022-11-17 17:01:14 +0100
commit75888c2b1f5ec1c865c4690627bf101f7e0dffb9 (patch)
tree56aad979d178b5c6409ea4c6facf60aa24e76edc /changelog.d
parentReintroduce #14376, with bugfix for monoliths (#14468) (diff)
downloadsynapse-75888c2b1f5ec1c865c4690627bf101f7e0dffb9.tar.xz
Faster joins: do not wait for full state when creating events to send (#14403)
Signed-off-by: Mathieu Velten <mathieuv@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14403.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14403.misc b/changelog.d/14403.misc
new file mode 100644
index 0000000000..ff28a2712a
--- /dev/null
+++ b/changelog.d/14403.misc
@@ -0,0 +1 @@
+Faster joins: do not wait for full state when creating events to send.