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 = {}
|