Fix user_dir startup
Add missing parameter to _base.start_worker_reactormatthew/hide-public-rooms
parent
d2352347cf
commit
692250c6be
|
@ -233,7 +233,7 @@ def start(config_options):
|
|||
|
||||
reactor.callWhenRunning(start)
|
||||
|
||||
_base.start_worker_reactor("synapse-user-dir")
|
||||
_base.start_worker_reactor("synapse-user-dir", config)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in New Issue