Don't start user_directory handling on workers

This commit is contained in:
Erik Johnston 2017-06-07 12:02:53 +01:00
parent 2f34ad31ac
commit ecdd2a3658
2 changed files with 3 additions and 3 deletions

View file

@ -46,6 +46,9 @@ class UserDirectoyHandler(object):
self.state = hs.get_state_handler()
self.server_name = hs.hostname
self.clock = hs.get_clock()
self.notifier = hs.get_notifier()
self.notifier.add_replication_callback(self.notify_new_event)
# When start up for the first time we need to populate the user_directory.
# This is a set of user_id's we've inserted already