Merge pull request #3612 from matrix-org/rav/store_heirarchy

Make EventStore inherit from EventFederationStore
This commit is contained in:
Richard van der Hoff 2018-07-31 13:44:04 +01:00 committed by GitHub
commit 5de936caa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 11 additions and 6 deletions

View file

@ -25,7 +25,7 @@ from twisted.internet import defer
from synapse.api.errors import StoreError
from synapse.metrics.background_process_metrics import run_as_background_process
from synapse.storage._base import SQLBaseStore
from synapse.storage.events import EventsWorkerStore
from synapse.storage.events_worker import EventsWorkerStore
from synapse.storage.signatures import SignatureWorkerStore
from synapse.util.caches.descriptors import cached