mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-29 20:48:32 -04:00
Move event fetch vars to EventWorkStore
This commit is contained in:
parent
ddd48b6851
commit
6b2867096b
4 changed files with 15 additions and 14 deletions
|
@ -31,11 +31,11 @@ from synapse.logging.opentracing import (
|
|||
)
|
||||
from synapse.metrics.background_process_metrics import run_as_background_process
|
||||
from synapse.storage._base import (
|
||||
Cache,
|
||||
SQLBaseStore,
|
||||
db_to_json,
|
||||
make_in_list_sql_clause,
|
||||
)
|
||||
from synapse.util.caches.descriptors import Cache
|
||||
from synapse.storage.background_updates import BackgroundUpdateStore
|
||||
from synapse.types import get_verify_key_from_cross_signing_key
|
||||
from synapse.util import batch_iter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue