mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-20 22:08:07 -04:00
public_base_url is actually public_baseurl
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
8767b63a82
commit
e8e3e033ee
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue