0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-08-08 20:04:41 +02:00
synapse/changelog.d/10927.bugfix
Patrick Cloke c3ccad7785
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.
2021-09-28 08:44:19 -04:00

2 lines
150 B
Plaintext

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.