diff options
author | David Baker <dave@matrix.org> | 2015-03-30 18:13:10 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-03-30 18:13:10 +0100 |
commit | 59bf16eddcb793705ee6bc243a2158824f7e05c8 (patch) | |
tree | 70ebcd5084cddbc9a01d968b890960aba15bf91c /synapse/http | |
parent | pep8 (diff) | |
download | synapse-59bf16eddcb793705ee6bc243a2158824f7e05c8.tar.xz |
New registration for C/S API v2. Only ReCAPTCHA working currently.
Diffstat (limited to 'synapse/http')
-rw-r--r-- | synapse/http/client.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/http/client.py b/synapse/http/client.py index 2ae1c4d3a4..e8a5dedab4 100644 --- a/synapse/http/client.py +++ b/synapse/http/client.py @@ -200,6 +200,8 @@ class CaptchaServerHttpClient(SimpleHttpClient): """ Separate HTTP client for talking to google's captcha servers Only slightly special because accepts partial download responses + + used only by c/s api v1 """ @defer.inlineCallbacks |