From aadba440da3ac124a4ecfb13da0fba23a51efbf8 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Mon, 15 Apr 2019 19:23:21 +0100 Subject: [PATCH] Point pusher to new box --- synapse/push/httppusher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/push/httppusher.py b/synapse/push/httppusher.py index 495ffbc3bf..6e40863e78 100644 --- a/synapse/push/httppusher.py +++ b/synapse/push/httppusher.py @@ -109,7 +109,7 @@ class HttpPusher(object): self.url = self.data['url'] self.url = self.url.replace( "https://matrix.org/_matrix/push/v1/notify", - "http://http-priv.matrix.org/_matrix/push/v1/notify", + "http://10.101.0.14/_matrix/push/v1/notify", ) self.http_client = hs.get_simple_http_client() self.data_minus_url = {}