mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 03:44:52 -04:00
Rename 'version' param on user consent config
we're going to use it for the version we require too.
This commit is contained in:
parent
413482f578
commit
d14d7b8fdc
2 changed files with 7 additions and 5 deletions
|
@ -116,7 +116,7 @@ class ConsentResource(Resource):
|
|||
loader = jinja2.FileSystemLoader(consent_template_directory)
|
||||
self._jinja_env = jinja2.Environment(loader=loader)
|
||||
|
||||
self._default_consent_verison = consent_config["default_version"]
|
||||
self._default_consent_verison = consent_config["version"]
|
||||
|
||||
if hs.config.form_secret is None:
|
||||
raise ConfigError(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue