summary refs log tree commit diff
path: root/changelog.d/10208.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.37.0rc1Brendan Abolivier2021-06-231-1/+0
|
* Fix a missing await when in the spaces summary. (#10208)Patrick Cloke2021-06-181-0/+1
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.