Point pusher to new box
parent
ec94d6a590
commit
aadba440da
|
@ -109,7 +109,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://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.http_client = hs.get_simple_http_client()
|
||||||
self.data_minus_url = {}
|
self.data_minus_url = {}
|
||||||
|
|
Loading…
Reference in New Issue