MatrixSynapse/synapse/app
Erik Johnston 8b8c4f34a3 Replace usage of get_current_toke with StreamToken.START
This allows us to handle /context/ requests on the client_reader worker
without having to pull in all the various stream handlers (e.g.
precence, typing, pushers etc). The only thing the token gets used for
is pagination, and that ignores everything but the room portion of the
token.
2018-07-24 16:49:17 +01:00
..
__init__.py
_base.py
appservice.py
client_reader.py Replace usage of get_current_toke with StreamToken.START 2018-07-24 16:49:17 +01:00
event_creator.py
federation_reader.py
federation_sender.py
frontend_proxy.py
homeserver.py
media_repository.py
pusher.py
synchrotron.py
synctl.py
user_dir.py