mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 07:56:51 +00: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()`.
1 line
62 B
Text
1 line
62 B
Text
Use `stream.current_token()` and remove `stream_positions()`.
|