Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-01-29 | Factor out a `copy_power_levels_contents` method | Richard van der Hoff | 3 | -15/+90 | |
I'm going to need another copy (hah!) of this. | |||||
2020-01-29 | Fix race in federation sender that delayed device updates. (#6799) | Erik Johnston | 3 | -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 |