summary refs log tree commit diff
path: root/changelog.d/7172.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use `stream.current_token()` and remove `stream_positions()` (#7172)Erik Johnston2020-05-011-0/+1
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()`.