mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-10-06 14:58:23 -04:00
parent
d6094176d1
commit
0afd83584b
2 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,7 @@ async def make_homeserver(reactor, config=None):
|
|||
config_obj = HomeServerConfig()
|
||||
config_obj.parse_config_dict(config, "", "")
|
||||
|
||||
hs = await setup_test_homeserver(
|
||||
hs = setup_test_homeserver(
|
||||
cleanup_tasks.append, config=config_obj, reactor=reactor, clock=clock
|
||||
)
|
||||
stor = hs.get_datastore()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue