mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-18 07:52:56 +01:00
CaptchaServerHttpClient should extend the base, not matrix http client.
This commit is contained in:
parent
217950b9ad
commit
cf66532ac1
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ class IdentityServerHttpClient(BaseHttpClient):
|
|||
defer.returnValue(json.loads(body))
|
||||
|
||||
|
||||
class CaptchaServerHttpClient(MatrixHttpClient):
|
||||
class CaptchaServerHttpClient(BaseHttpClient):
|
||||
"""Separate HTTP client for talking to google's captcha servers"""
|
||||
|
||||
def _getEndpoint(self, reactor, destination):
|
||||
|
|
Loading…
Reference in a new issue