mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-15 00:21:33 -04:00
Fix a missing await when in the spaces summary. (#10208)
This could cause a minor data leak if someone defined a non-restricted join rule with an allow key or used a restricted join rule in an older room version, but this is unlikely. Additionally this starts adding unit tests to the spaces summary handler.
This commit is contained in:
parent
e9f2ad8603
commit
0bd968921c
3 changed files with 100 additions and 3 deletions
1
changelog.d/10208.bugfix
Normal file
1
changelog.d/10208.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
Fix a bug introduced in v1.35.1 where an `allow` key of a `m.room.join_rules` event could be applied for incorrect room versions and configurations.
|
Loading…
Add table
Add a link
Reference in a new issue