mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-09 11:52:10 -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
|
@ -37,8 +37,8 @@ from synapse.push.push_types import (
|
|||
TemplateVars,
|
||||
)
|
||||
from synapse.storage.databases.main.event_push_actions import EmailPushAction
|
||||
from synapse.storage.state import StateFilter
|
||||
from synapse.types import StateMap, UserID
|
||||
from synapse.types.state import StateFilter
|
||||
from synapse.util.async_helpers import concurrently_execute
|
||||
from synapse.visibility import filter_events_for_client
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue