summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2022-08-04 11:02:29 +0200
committerGitHub <noreply@github.com>2022-08-04 11:02:29 +0200
commit845732be450b3f9c991df35b2f07d600a0eca6dd (patch)
tree21f1f3d15f3196318bc01a4cbda4a6cf580a646d /changelog.d
parentAdd some tracing spans to give insight into local joins (#13439) (diff)
downloadsynapse-845732be450b3f9c991df35b2f07d600a0eca6dd.tar.xz
Fix rooms not being properly excluded from incremental sync (#13408)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13408.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13408.bugfix b/changelog.d/13408.bugfix
new file mode 100644
index 0000000000..8b87b2cf7b
--- /dev/null
+++ b/changelog.d/13408.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse 1.57.0 where rooms listed in `exclude_rooms_from_sync` in the configuration file would not be properly excluded from incremental syncs.