mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-27 06:25:33 +00:00
CaptchaServerHttpClient should extend the base, not matrix http client.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user