Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-03-17 | Revert "Add options to disable setting profile info for prevent changes. ↵ | Richard van der Hoff | 7 | -398/+1 | |
(#7053)" This reverts commit 54dd28621b070ca67de9f773fe9a89e1f4dc19da, reversing changes made to 6640460d054e8f4444046a34bdf638921b31c01e. | |||||
2020-03-16 | Populate the room version from state events (#7070) | Brendan Abolivier | 3 | -0/+63 | |
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 versi |