mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-25 12:40:27 -04:00
Make version_string conform to User-Agent and Server spec
This commit is contained in:
parent
1df8bad63e
commit
b6771037a6
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ def get_version_string():
|
||||||
)
|
)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
"Synapse/v=%s,%s" % (
|
"Synapse/%s/(%s)" % (
|
||||||
synapse.__version__, git_version,
|
synapse.__version__, git_version,
|
||||||
)
|
)
|
||||||
).encode("ascii")
|
).encode("ascii")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue