diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-06-18 13:41:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-18 18:41:33 +0100 |
commit | 0bd968921c03dd61c1487f85dd884c4ed11ff486 (patch) | |
tree | 298d2d2b8812426792aa596242825ff049769189 /changelog.d | |
parent | Describe callbacks signatures as async in new modules doc (#10206) (diff) | |
download | synapse-0bd968921c03dd61c1487f85dd884c4ed11ff486.tar.xz |
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.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10208.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10208.bugfix b/changelog.d/10208.bugfix new file mode 100644 index 0000000000..32b6465717 --- /dev/null +++ b/changelog.d/10208.bugfix @@ -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. |