mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 03:54:52 -04:00
Preserve version string in user agent
This commit is contained in:
parent
8fc52bc56a
commit
b28c7da0a4
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ class ServerConfig(Config):
|
|||
self.soft_file_limit = config["soft_file_limit"]
|
||||
self.daemonize = config.get("daemonize")
|
||||
self.print_pidfile = config.get("print_pidfile")
|
||||
self.user_agent_override = config.get("user_agent_override")
|
||||
self.user_agent_suffix = config.get("user_agent_suffix")
|
||||
self.use_frozen_dicts = config.get("use_frozen_dicts", True)
|
||||
|
||||
self.listeners = config.get("listeners", [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue