summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-06-24 16:16:17 +0100
committerErik Johnston <erik@matrix.org>2021-06-24 16:16:17 +0100
commit0c2ab9c90a21e6a5431bce5b37681ffec3b2a47c (patch)
tree2b8c0412872dce9a51ab69116150d58e0343f1b6
parentUse a local federation proxy (diff)
downloadsynapse-erikj/federation_proxy.tar.xz
-rw-r--r--synapse/http/federation/matrix_federation_agent.py2
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,
         )