diff options
author | Erik Johnston <erik@matrix.org> | 2021-06-24 16:16:17 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-06-24 16:16:17 +0100 |
commit | 0c2ab9c90a21e6a5431bce5b37681ffec3b2a47c (patch) | |
tree | 2b8c0412872dce9a51ab69116150d58e0343f1b6 | |
parent | Use a local federation proxy (diff) | |
download | synapse-erikj/federation_proxy.tar.xz |
Unwrap blacklisting reactor github/erikj/federation_proxy erikj/federation_proxy
-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, ) |