diff options
author | Richard van der Hoff <richard@matrix.org> | 2023-01-12 16:45:23 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2023-01-12 16:45:23 +0000 |
commit | 0f061f39f0868d10adfde4e957d74fa3cb7b04c3 (patch) | |
tree | 025169dc3ba1ca84c6e158ad4476464e13d4c8bb /changelog.d | |
parent | Add rust linting commands to `scripts-dev/lint.sh` (#14822) (diff) | |
parent | Fix race calling `/members?at=` (#14817) (diff) | |
download | synapse-0f061f39f0868d10adfde4e957d74fa3cb7b04c3.tar.xz |
Merge remote-tracking branch 'origin/release-v1.75' into develop
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14810.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/14817.bugfix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/14810.bugfix b/changelog.d/14810.bugfix new file mode 100644 index 0000000000..379bfccffa --- /dev/null +++ b/changelog.d/14810.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse 1.75.0rc1 where device lists could be miscalculated with some sync filters. 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. |