mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-03-04 21:49:14 -05:00

* Replace `get_new_events_for_appservice` with `get_all_new_events_stream` The functions were near identical and this brings the AS worker closer to the way federation senders work which can allow for multiple workers to handle AS traffic. * Pull received TS alongside events when processing the stream This avoids an extra query -per event- when both federation sender and appservice pusher process events.