0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-30 13:38:58 +02:00

CaptchaServerHttpClient should extend the base, not matrix http client.

This commit is contained in:
David Baker 2014-11-20 12:48:21 +00:00
parent 217950b9ad
commit cf66532ac1

View file

@ -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):