summary refs log tree commit diff
path: root/scripts-dev/tail-synapse.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-01-29Factor out a `copy_power_levels_contents` methodRichard van der Hoff3-15/+90
I'm going to need another copy (hah!) of this.
2020-01-29Fix race in federation sender that delayed device updates. (#6799)Erik Johnston3-30/+23
We were sending device updates down both the federation stream and device streams. This mean there was a race if the federation sender worker processed the federation stream first, as