summary refs log tree commit diff
path: root/changelog.d/5200.bugfix
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-05-20 16:21:34 +0100
committerRichard van der Hoff <richard@matrix.org>2019-05-20 16:21:34 +0100
commit24b93b9c76e0623c231abf37b84e0b841879b890 (patch)
tree8f7adcc4b4dd191fef56d2a011d1b5885f4767e0 /changelog.d/5200.bugfix
parentAdd a test room version which updates event ID format (#5210) (diff)
downloadsynapse-24b93b9c76e0623c231abf37b84e0b841879b890.tar.xz
Revert "expose SlavedProfileStore to ClientReaderSlavedStore (#5200)"
This reverts commit ce5bcefc609db40740c692bd53a1ef84ab675e8c.

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
```
Diffstat (limited to 'changelog.d/5200.bugfix')
-rw-r--r--changelog.d/5200.bugfix1
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/5200.bugfix b/changelog.d/5200.bugfix
deleted file mode 100644
index f346c7b0cc..0000000000
--- a/changelog.d/5200.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix worker registration bug caused by ClientReaderSlavedStore being unable to see get_profileinfo.