mirror of
https://github.com/element-hq/synapse.git
synced 2026-09-01 20:18:19 +00:00
Set host not path
This commit is contained in:
@@ -135,5 +135,5 @@ class SynapseKeyClientFactory(Factory):
|
||||
def protocol(self):
|
||||
protocol = SynapseKeyClientProtocol()
|
||||
protocol.path = self.path
|
||||
protocol.path = self.host
|
||||
protocol.host = self.host
|
||||
return protocol
|
||||
|
||||
Reference in New Issue
Block a user