summary refs log tree commit diff
path: root/synapse/api/urls.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-22 18:24:35 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-22 18:24:35 +0100
commit50e257bea1aa58a424001b263ed442bf919e9710 (patch)
treefca1c2da05d2991beb704fb10d4cbd9cf95ea02d /synapse/api/urls.py
parentMerge commit '72822e60b' into anoa/dinsic_release_1_31_0 (diff)
parentGive `public_baseurl` a default value (#9159) (diff)
downloadsynapse-50e257bea1aa58a424001b263ed442bf919e9710.tar.xz
Merge commit 'fa50e4bf4' into anoa/dinsic_release_1_31_0
Diffstat (limited to '')
-rw-r--r--synapse/api/urls.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/api/urls.py b/synapse/api/urls.py

index 6379c86dde..e36aeef31f 100644 --- a/synapse/api/urls.py +++ b/synapse/api/urls.py
@@ -42,8 +42,6 @@ class ConsentURIBuilder: """ if hs_config.form_secret is None: raise ConfigError("form_secret not set in config") - if hs_config.public_baseurl is None: - raise ConfigError("public_baseurl not set in config") self._hmac_secret = hs_config.form_secret.encode("utf-8") self._public_baseurl = hs_config.public_baseurl