summary refs log tree commit diff
path: root/changelog.d/10760.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.43.0rc1Andrew Morgan2021-09-141-1/+0
|
* Return stripped m.space.child events via the space summary. (#10760)Patrick Cloke2021-09-071-0/+1
The full event content cannot be trusted from this API (as no auth chain, etc.) is processed over federation. Returning the full event content was a bug as MSC2946 specifies that only the stripped state should be returned. This also avoids calculating aggregations / annotations which go unused.