summary refs log tree commit diff
path: root/synapse/config/captcha.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-06-24 15:31:36 +0100
committerErik Johnston <erik@matrix.org>2019-06-24 15:31:36 +0100
commitad2ba70959cef6055769ec4fa059cfa8675062c0 (patch)
treedefccd8b57a72433773627921f2dbb9f45ca27e2 /synapse/config/captcha.py
parentMerge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes (diff)
parentMerge pull request #5531 from matrix-org/erikj/workers_pagination_token (diff)
downloadsynapse-ad2ba70959cef6055769ec4fa059cfa8675062c0.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixes
Diffstat (limited to 'synapse/config/captcha.py')
-rw-r--r--synapse/config/captcha.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/captcha.py b/synapse/config/captcha.py

index e2eb473a92..a08b08570b 100644 --- a/synapse/config/captcha.py +++ b/synapse/config/captcha.py
@@ -16,7 +16,7 @@ from ._base import Config class CaptchaConfig(Config): - def read_config(self, config): + def read_config(self, config, **kwargs): self.recaptcha_private_key = config.get("recaptcha_private_key") self.recaptcha_public_key = config.get("recaptcha_public_key") self.enable_registration_captcha = config.get(