forked-synapse/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 run isort 2018-07-09 16:09:20 +10:00
_base.py run isort 2018-07-09 16:09:20 +10:00
appservice.py run isort 2018-07-09 16:09:20 +10:00
client_reader.py Replace usage of get_current_toke with StreamToken.START 2018-07-24 16:49:17 +01:00
event_creator.py run isort 2018-07-09 16:09:20 +10:00
federation_reader.py run isort 2018-07-09 16:09:20 +10:00
federation_sender.py run isort 2018-07-09 16:09:20 +10:00
frontend_proxy.py run isort 2018-07-09 16:09:20 +10:00
homeserver.py Make the rest of the .iterwhatever go away (#3562) 2018-07-21 15:47:18 +10:00
media_repository.py run isort 2018-07-09 16:09:20 +10:00
pusher.py run isort 2018-07-09 16:09:20 +10:00
synchrotron.py Pull out did_forget to worker store 2018-07-24 16:49:14 +01:00
synctl.py Make the rest of the .iterwhatever go away (#3562) 2018-07-21 15:47:18 +10:00
user_dir.py run isort 2018-07-09 16:09:20 +10:00