Skip to content
Snippets Groups Projects
Commit b6771037 authored by Erik Johnston's avatar Erik Johnston
Browse files

Make version_string conform to User-Agent and Server spec

parent 1df8bad6
No related branches found
No related tags found
No related merge requests found
......@@ -261,7 +261,7 @@ def get_version_string():
)
return (
"Synapse/v=%s,%s" % (
"Synapse/%s/(%s)" % (
synapse.__version__, git_version,
)
).encode("ascii")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment