diff --git a/synapse/app/frontend_proxy.py b/synapse/app/frontend_proxy.py index e1756f2727..0e770900ff 100644 --- a/synapse/app/frontend_proxy.py +++ b/synapse/app/frontend_proxy.py @@ -69,7 +69,7 @@ class PresenceStatusStubServlet(ClientV1RestServlet): } result = yield self.http_client.get_json( self.main_uri + request.uri, - headers=headers, + headers=headers, ) defer.returnValue((200, result))