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 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 |