summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-09-28 08:44:19 -0400
committerGitHub <noreply@github.com>2021-09-28 08:44:19 -0400
commitc3ccad7785cd71372673136f329d5fa098ab9f04 (patch)
tree64fd0b11295621940cfcac286a9b30b64d16f2da /changelog.d
parentFix debian package builds. (#10931) (diff)
downloadsynapse-c3ccad7785cd71372673136f329d5fa098ab9f04.tar.xz
Only do restricted join rules signature checks for room versions 8/9. (#10927)
Otherwise the presence of a (bogus, unused) field could cause
auth checks to fail.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10927.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10927.bugfix b/changelog.d/10927.bugfix
new file mode 100644
index 0000000000..fd24288c54
--- /dev/null
+++ b/changelog.d/10927.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse v1.40.0 where the signature checks for room version 8/9 could be applied to earlier room versions in some situations.