Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-07-15 | Ensure that calls to `json.dumps` are compatible with the standard library ↵ | Patrick Cloke | 8 | -13/+22 | |
json. (#7836) | |||||
2020-07-15 | Avoid brand new rooms in `delete_old_current_state_events` (#7854) | Richard van der Hoff | 2 | -10/+56 | |
When considering rooms to clean up in `delete_old_current_state_events`, skip rooms which we are creating, which otherwise look a bit like rooms we have left. |