summary refs log tree commit diff
path: root/scripts-dev (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 when the sender checked if there were new device updates the slaved ID generator hadn't been updated with the new stream IDs and so returned nothing. This situation is correctly handled by events/receipts/etc by not sending updates down the federation stream and instead having the fed