summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-05-03 13:47:56 +0100
committerGitHub <noreply@github.com>2022-05-03 12:47:56 +0000
commitdb2edf5a65c5bcac565e052b2dbd74253755a717 (patch)
treebfce61a18ba3ae38c41ca5587ea0604bb1363d38 /changelog.d
parentMerge branch 'master' into develop (diff)
downloadsynapse-db2edf5a65c5bcac565e052b2dbd74253755a717.tar.xz
Exclude OOB memberships from the federation sender (#12570)
As the comment says, there is no need to process such events, and indeed we
need to avoid doing so.

Fixes #12509.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12570.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12570.bugfix b/changelog.d/12570.bugfix
new file mode 100644
index 0000000000..1038646f35
--- /dev/null
+++ b/changelog.d/12570.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse 1.57 which could cause `Failed to calculate hosts in room` errors to be logged for outbound federation.