summary refs log tree commit diff
path: root/synapse/push/httppusher.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-04-15 19:23:21 +0100
committerErik Johnston <erik@matrix.org>2019-04-15 19:23:21 +0100
commitaadba440da3ac124a4ecfb13da0fba23a51efbf8 (patch)
tree4d068e3b4ba1f530f35007a2bf907f3541d2c753 /synapse/push/httppusher.py
parentVersionRestServlet doesn't take a param (diff)
downloadsynapse-aadba440da3ac124a4ecfb13da0fba23a51efbf8.tar.xz
Point pusher to new box
Diffstat (limited to 'synapse/push/httppusher.py')
-rw-r--r--synapse/push/httppusher.py2
1 files changed, 1 insertions, 1 deletions
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 = {}