mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:16:07 -04:00
update admin email to uri
This commit is contained in:
parent
ab035bdeac
commit
55afba0fc5
2 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ class ServerConfig(Config):
|
|||
self.hs_disabled = config.get("hs_disabled", False)
|
||||
self.hs_disabled_message = config.get("hs_disabled_message", "")
|
||||
|
||||
# Admin email to direct users at should their instance become blocked
|
||||
# Admin uri to direct users at should their instance become blocked
|
||||
# due to resource constraints
|
||||
self.admin_uri = config.get("admin_uri", None)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue