summary refs log tree commit diff
path: root/changelog.d/7070.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.12.0rc1Richard van der Hoff2020-03-191-1/+0
|
* Populate the room version from state events (#7070)Brendan Abolivier2020-03-161-0/+1
Fixes #7065 This is basically the same as https://github.com/matrix-org/synapse/pull/6847 except it tries to populate events from `state_events` rather than `current_state_events`, since the latter might have been cleared from the state of some rooms too early, leaving them with a `NULL` room version.