synapse-old/tests/replication/tcp/streams
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
..
__init__.py Fix bug where read-receipts lost their timestamps (#4927) 2019-03-25 16:38:05 +00:00
_base.py Use `stream.current_token()` and remove `stream_positions()` (#7172) 2020-05-01 15:21:35 +01:00
test_events.py Use `stream.current_token()` and remove `stream_positions()` (#7172) 2020-05-01 15:21:35 +01:00
test_receipts.py Use `stream.current_token()` and remove `stream_positions()` (#7172) 2020-05-01 15:21:35 +01:00
test_typing.py Use `stream.current_token()` and remove `stream_positions()` (#7172) 2020-05-01 15:21:35 +01:00