diff options
-rw-r--r-- | synapse/http/federation/matrix_federation_agent.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/http/federation/matrix_federation_agent.py b/synapse/http/federation/matrix_federation_agent.py index 1b960b6a02..1813288799 100644 --- a/synapse/http/federation/matrix_federation_agent.py +++ b/synapse/http/federation/matrix_federation_agent.py @@ -85,7 +85,7 @@ class MatrixFederationAgent: self._agent = Agent.usingEndpointFactory( self._reactor, ProxyHostnameEndpointFactory( - reactor, + reactor._reactor, ), pool=self._pool, ) |