forked-synapse/synapse/replication
Erik Johnston 3085cde577
Use stream.current_token() and remove stream_positions() (#7172)
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()`.
2020-05-01 15:21:35 +01:00
..
http Remove 'limit' param from get_repl_stream_updates API 2020-04-23 15:44:35 +01:00
slave Use stream.current_token() and remove stream_positions() (#7172) 2020-05-01 15:21:35 +01:00
tcp Use stream.current_token() and remove stream_positions() (#7172) 2020-05-01 15:21:35 +01:00
__init__.py Add a /replication API for extracting the updates that happened on 2016-03-01 14:49:41 +00:00