mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
3085cde577
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()`.
2 lines
62 B
Plaintext
2 lines
62 B
Plaintext
Use `stream.current_token()` and remove `stream_positions()`.
|