mirror of
https://github.com/matrix-org/synapse.git
synced 2025-08-25 08:21:07 +02:00
Set host not path
This commit is contained in:
parent
081e5d55e6
commit
cf94a78872
@ -135,5 +135,5 @@ class SynapseKeyClientFactory(Factory):
|
|||||||
def protocol(self):
|
def protocol(self):
|
||||||
protocol = SynapseKeyClientProtocol()
|
protocol = SynapseKeyClientProtocol()
|
||||||
protocol.path = self.path
|
protocol.path = self.path
|
||||||
protocol.path = self.host
|
protocol.host = self.host
|
||||||
return protocol
|
return protocol
|
||||||
|
Loading…
x
Reference in New Issue
Block a user