diff options
Diffstat (limited to 'scripts/synapse_port_db')
-rwxr-xr-x | scripts/synapse_port_db | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/synapse_port_db b/scripts/synapse_port_db index 9a0fbc61d8..8e67626668 100755 --- a/scripts/synapse_port_db +++ b/scripts/synapse_port_db @@ -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, |