summary refs log tree commit diff
path: root/synapse/app
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-03-14 13:55:29 +0000
committerErik Johnston <erik@matrix.org>2019-03-14 13:55:29 +0000
commit404a2d70be1ee70597bd44f8fc02370952e8b0b3 (patch)
tree78f356a56f6dafa62b14bdb401c45e31a12aab5e /synapse/app
parentReinstate EDU-batching hacks (diff)
parentMerge pull request #4846 from matrix-org/hawkowl/userdir-search (diff)
downloadsynapse-404a2d70be1ee70597bd44f8fc02370952e8b0b3.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes
Diffstat (limited to 'synapse/app')
-rwxr-xr-xsynapse/app/homeserver.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/app/homeserver.py b/synapse/app/homeserver.py

index e8b6cc3114..e0431608e8 100755 --- a/synapse/app/homeserver.py +++ b/synapse/app/homeserver.py
@@ -376,6 +376,7 @@ def setup(config_options): logger.info("Database prepared in %s.", config.database_config['name']) hs.setup() + hs.setup_master() @defer.inlineCallbacks def do_acme():