mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:46:06 -04:00
replace admin_email with admin_uri for greater flexibility
This commit is contained in:
parent
19b433e3f4
commit
ab035bdeac
5 changed files with 11 additions and 11 deletions
|
@ -84,7 +84,7 @@ class ServerConfig(Config):
|
|||
|
||||
# Admin email to direct users at should their instance become blocked
|
||||
# due to resource constraints
|
||||
self.admin_email = config.get("admin_email", None)
|
||||
self.admin_uri = config.get("admin_uri", None)
|
||||
|
||||
# FIXME: federation_domain_whitelist needs sytests
|
||||
self.federation_domain_whitelist = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue