mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-21 19:24:35 -04:00
Allow use of the /filter
Client-Server APIs on workers. (#15134)
This commit is contained in:
parent
c369d82df0
commit
682d31c702
6 changed files with 27 additions and 8 deletions
|
@ -43,7 +43,7 @@ from .event_federation import EventFederationStore
|
|||
from .event_push_actions import EventPushActionsStore
|
||||
from .events_bg_updates import EventsBackgroundUpdatesStore
|
||||
from .events_forward_extremities import EventForwardExtremitiesStore
|
||||
from .filtering import FilteringStore
|
||||
from .filtering import FilteringWorkerStore
|
||||
from .keys import KeyStore
|
||||
from .lock import LockStore
|
||||
from .media_repository import MediaRepositoryStore
|
||||
|
@ -99,7 +99,7 @@ class DataStore(
|
|||
EventFederationStore,
|
||||
MediaRepositoryStore,
|
||||
RejectionsStore,
|
||||
FilteringStore,
|
||||
FilteringWorkerStore,
|
||||
PusherStore,
|
||||
PushRuleStore,
|
||||
ApplicationServiceTransactionStore,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue