summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-06-01 16:02:53 +0100
committerGitHub <noreply@github.com>2022-06-01 16:02:53 +0100
commit888a29f4127723a8d048ce47cff37ee8a7a6f1b9 (patch)
tree891ae4c95632801bb097aaed8aea5d8b541c5cf7 /changelog.d
parentFix complement tests using the wrong path (#12933) (diff)
downloadsynapse-888a29f4127723a8d048ce47cff37ee8a7a6f1b9.tar.xz
Wait for lazy join to complete when getting current state (#12872)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12872.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12872.misc b/changelog.d/12872.misc
new file mode 100644
index 0000000000..f60a756f21
--- /dev/null
+++ b/changelog.d/12872.misc
@@ -0,0 +1 @@
+Faster room joins: when querying the current state of the room, wait for state to be populated.