mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-06 08:24:11 -04:00
Move StateFilter
to synapse.types
(#14668)
* Move `StateFilter` to `synapse.types` * Changelog
This commit is contained in:
parent
74b89c2761
commit
b5b5f66084
27 changed files with 25 additions and 24 deletions
|
@ -25,10 +25,10 @@ from synapse.storage.database import (
|
|||
LoggingTransaction,
|
||||
)
|
||||
from synapse.storage.databases.state.bg_updates import StateBackgroundUpdateStore
|
||||
from synapse.storage.state import StateFilter
|
||||
from synapse.storage.types import Cursor
|
||||
from synapse.storage.util.sequence import build_sequence_generator
|
||||
from synapse.types import MutableStateMap, StateKey, StateMap
|
||||
from synapse.types.state import StateFilter
|
||||
from synapse.util.caches.descriptors import cached
|
||||
from synapse.util.caches.dictionary_cache import DictionaryCache
|
||||
from synapse.util.cancellation import cancellable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue