Change /push/v1/notify IP to 10.103.0.7

michaelkaye/matrix_org_hotfixes_increase_replication_timeout
Andrew Morgan 2019-11-26 12:04:19 +00:00
parent 2c59eb368c
commit 5407e69732
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class HttpPusher(object):
self.url = self.data["url"] self.url = self.data["url"]
self.url = self.url.replace( self.url = self.url.replace(
"https://matrix.org/_matrix/push/v1/notify", "https://matrix.org/_matrix/push/v1/notify",
"http://10.101.0.14/_matrix/push/v1/notify", "http://10.103.0.7/_matrix/push/v1/notify",
) )
self.http_client = hs.get_proxied_http_client() self.http_client = hs.get_proxied_http_client()
self.data_minus_url = {} self.data_minus_url = {}