mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 13:36:02 -04:00
Revert "support admin_email config and pass through into blocking errors, return AuthError in all cases"
This reverts commit 0d43f991a1
.
This commit is contained in:
parent
0d43f991a1
commit
ce7de9ae6b
7 changed files with 22 additions and 45 deletions
|
@ -82,10 +82,6 @@ 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
|
||||
# due to resource constraints
|
||||
self.admin_email = config.get("admin_email", None)
|
||||
|
||||
# FIXME: federation_domain_whitelist needs sytests
|
||||
self.federation_domain_whitelist = None
|
||||
federation_domain_whitelist = config.get(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue