summary refs log tree commit diff
path: root/changelog.d/16925.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.104.0rc1Erik Johnston2024-03-261-1/+0
|
* Ensure that pending to-device events are sent over federation at startup ↵Richard van der Hoff2024-03-221-0/+1
(#16925) Fixes https://github.com/element-hq/synapse/issues/16680, as well as a related bug, where servers which we had *never* successfully sent an event to would not be retried. In order to fix the case of pending to-device messages, we hook into the existing `wake_destinations_needing_catchup` process, by extending it to look for destinations that have pending to-device messages. The federation transmission loop then attempts to send the pending to-device messages as normal.