Populate the room version from state events (#7070)
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.
Showing
- changelog.d/7070.bugfix 1 addition, 0 deletionschangelog.d/7070.bugfix
- synapse/storage/data_stores/main/schema/delta/57/rooms_version_column_3.sql.postgres 39 additions, 0 deletions.../main/schema/delta/57/rooms_version_column_3.sql.postgres
- synapse/storage/data_stores/main/schema/delta/57/rooms_version_column_3.sql.sqlite 23 additions, 0 deletions...es/main/schema/delta/57/rooms_version_column_3.sql.sqlite
changelog.d/7070.bugfix
0 → 100644
Please register or sign in to comment