From 0c2ab9c90a21e6a5431bce5b37681ffec3b2a47c Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Thu, 24 Jun 2021 16:16:17 +0100 Subject: Unwrap blacklisting reactor --- synapse/http/federation/matrix_federation_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ) -- cgit 1.4.1