diff options
author | Erik Johnston <erik@matrix.org> | 2023-01-12 10:29:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-12 10:29:09 +0000 |
commit | 84ce93c12f921063bb6c59400fcf95649a1b7f45 (patch) | |
tree | 5b9c784b9f8d2c4959f6bb1bd6b0302599d81269 /changelog.d | |
parent | Calculate rooms changed for device lists to work. (#14810) (diff) | |
download | synapse-84ce93c12f921063bb6c59400fcf95649a1b7f45.tar.xz |
Fix race calling `/members?at=` (#14817)
Fixes #14814
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14817.bugfix | 1 |
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. |