diff options
author | Erik Johnston <erikj@jki.re> | 2016-08-05 16:59:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-05 16:59:16 +0100 |
commit | 6bf6bc1d1dab659f99a1690aaa4246b85597c6ed (patch) | |
tree | 10bd894af6d1759d9bedd50a0f801eaeeb6cb58e /synapse/app/synchrotron.py | |
parent | Print newline after result in federation_client script (diff) | |
parent | Add federation /version API (diff) | |
download | synapse-6bf6bc1d1dab659f99a1690aaa4246b85597c6ed.tar.xz |
Merge pull request #990 from matrix-org/erikj/fed_vers
Add federation /version API
Diffstat (limited to 'synapse/app/synchrotron.py')
-rw-r--r-- | synapse/app/synchrotron.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/app/synchrotron.py b/synapse/app/synchrotron.py index 8cf5bbbb6d..215ccfd522 100644 --- a/synapse/app/synchrotron.py +++ b/synapse/app/synchrotron.py @@ -424,7 +424,7 @@ def start(config_options): config.server_name, db_config=config.database_config, config=config, - version_string=get_version_string("Synapse", synapse), + version_string="Synapse/" + get_version_string(synapse), database_engine=database_engine, application_service_handler=SynchrotronApplicationService(), ) |