mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-04-29 16:16:06 -04:00

We move the processing of typing and federation replication traffic into their handlers so that `Stream.current_token()` points to a valid token. This allows us to remove `get_streams_to_replicate()` and `stream_positions()`.