summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-01-12 10:29:09 +0000
committerGitHub <noreply@github.com>2023-01-12 10:29:09 +0000
commit84ce93c12f921063bb6c59400fcf95649a1b7f45 (patch)
tree5b9c784b9f8d2c4959f6bb1bd6b0302599d81269 /changelog.d
parentCalculate rooms changed for device lists to work. (#14810) (diff)
downloadsynapse-84ce93c12f921063bb6c59400fcf95649a1b7f45.tar.xz
Fix race calling `/members?at=` (#14817)
Fixes #14814
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14817.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14817.bugfix b/changelog.d/14817.bugfix
new file mode 100644
index 0000000000..bb5da79268
--- /dev/null
+++ b/changelog.d/14817.bugfix
@@ -0,0 +1 @@
+Fix race where calling `/members` or `/state` with an `at` parameter could fail for newly created rooms, when using multiple workers.