1
0

Add ProfileStore to synapse_port_db as it has a dinsic background update

This commit is contained in:
Andrew Morgan
2020-05-15 14:33:40 +01:00
parent 1882ffce79
commit 6faa6521cb

View File

@@ -48,6 +48,7 @@ from synapse.storage.data_stores.main.events_bg_updates import (
from synapse.storage.data_stores.main.media_repository import (
MediaRepositoryBackgroundUpdateStore,
)
from synapse.storage.data_stores.main.profile import ProfileStore
from synapse.storage.data_stores.main.registration import (
RegistrationBackgroundUpdateStore,
)
@@ -145,6 +146,7 @@ class Store(
DeviceBackgroundUpdateStore,
EventsBackgroundUpdatesStore,
MediaRepositoryBackgroundUpdateStore,
ProfileStore,
RegistrationBackgroundUpdateStore,
RoomBackgroundUpdateStore,
RoomMemberBackgroundUpdateStore,