mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 00:55:58 -05:00
fix accidental removal of hs
This commit is contained in:
parent
7041cd872b
commit
8e3f75b39a
@ -512,7 +512,7 @@ class Keyring(object):
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
(response, tls_certificate) = yield fetch_server_key(
|
(response, tls_certificate) = yield fetch_server_key(
|
||||||
server_name, self.tls_client_options_factory,
|
server_name, self.hs.tls_client_options_factory,
|
||||||
path=(b"/_matrix/key/v2/server/%s" % (
|
path=(b"/_matrix/key/v2/server/%s" % (
|
||||||
urllib.quote(requested_key_id),
|
urllib.quote(requested_key_id),
|
||||||
)).encode("ascii"),
|
)).encode("ascii"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user