summary refs log tree commit diff
path: root/scripts-dev/tail-synapse.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-15Ensure that calls to `json.dumps` are compatible with the standard library ↵Patrick Cloke8-13/+22
json. (#7836)
2020-07-15Avoid brand new rooms in `delete_old_current_state_events` (#7854)Richard van der Hoff2-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.