MatrixSynapse/synapse/app
Richard van der Hoff 24b93b9c76 Revert "expose SlavedProfileStore to ClientReaderSlavedStore (#5200)"
This reverts commit ce5bcefc60.

This caused:

```
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/local/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/home/synapse/src/synapse/app/client_reader.py", line 32, in <module>
    from synapse.replication.slave.storage import SlavedProfileStore
ImportError: cannot import name 'SlavedProfileStore' from 'synapse.replication.slave.storage' (/home/synapse/src/synapse/replication/slave/storage/__init__.py)
error starting synapse.app.client_reader('/home/synapse/config/workers/client_reader.yaml') (exit code: 1); see above for logs
```
2019-05-20 16:21:34 +01:00
..
__init__.py
_base.py Limit in flight DNS requests 2019-04-09 17:23:42 +01:00
appservice.py
client_reader.py Revert "expose SlavedProfileStore to ClientReaderSlavedStore (#5200)" 2019-05-20 16:21:34 +01:00
event_creator.py
federation_reader.py
federation_sender.py
frontend_proxy.py
homeserver.py Move admin api impl to its own package 2019-05-01 15:44:30 +01:00
media_repository.py
pusher.py
synchrotron.py
user_dir.py Combine the CurrentStateDeltaStream into the EventStream 2019-03-27 22:07:05 +00:00