diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-05-11 16:07:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-11 16:07:47 +0100 |
commit | c25d7ba12e136a64c4a94964298b66de2e271678 (patch) | |
tree | 0a25aae9a5836826d49ea08f6ec88e2ff5c286fa /synapse/app/pusher.py | |
parent | Merge pull request #3209 from damir-manapov/master (diff) | |
parent | Set Server header in SynapseRequest (diff) | |
download | synapse-c25d7ba12e136a64c4a94964298b66de2e271678.tar.xz |
Merge pull request #3208 from matrix-org/rav/more_refactor_request_handler
Set Server header in SynapseRequest
Diffstat (limited to 'synapse/app/pusher.py')
-rw-r--r-- | synapse/app/pusher.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/app/pusher.py b/synapse/app/pusher.py index 26930d1b3b..3912eae48c 100644 --- a/synapse/app/pusher.py +++ b/synapse/app/pusher.py @@ -104,6 +104,7 @@ class PusherServer(HomeServer): site_tag, listener_config, root_resource, + self.version_string, ) ) |