mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-09 02:32:14 -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
|
@ -111,7 +111,6 @@ from synapse.storage.background_updates import (
|
|||
)
|
||||
from synapse.storage.database import DatabasePool, LoggingTransaction
|
||||
from synapse.storage.databases.main.roommember import ProfileInfo
|
||||
from synapse.storage.state import StateFilter
|
||||
from synapse.types import (
|
||||
DomainSpecificString,
|
||||
JsonDict,
|
||||
|
@ -124,6 +123,7 @@ from synapse.types import (
|
|||
UserProfile,
|
||||
create_requester,
|
||||
)
|
||||
from synapse.types.state import StateFilter
|
||||
from synapse.util import Clock
|
||||
from synapse.util.async_helpers import maybe_awaitable
|
||||
from synapse.util.caches.descriptors import CachedFunction, cached
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue