public_base_url is actually public_baseurl

Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
Aaron Raimist 2019-08-26 21:01:47 -05:00
parent 8767b63a82
commit e8e3e033ee
No known key found for this signature in database
GPG key ID: 37419210002890EF
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ class WellKnownBuilder(object):
self._config = hs.config
def get_well_known(self):
# if we don't have a public_base_url, we can't help much here.
# if we don't have a public_baseurl, we can't help much here.
if self._config.public_baseurl is None:
return None