mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 22:44:49 -04:00
Clarify the account_validity
and email
sections of the sample configuration. (#6685)
Generally try to make this more comprehensible, and make it match the conventions. I've removed the documentation for all the settings which allow you to change the names of the template files, because I can't really see why they are useful.
This commit is contained in:
parent
d386f2f339
commit
5ce0b17e38
5 changed files with 320 additions and 272 deletions
|
@ -35,7 +35,7 @@ class PushConfig(Config):
|
|||
|
||||
# Now check for the one in the 'email' section and honour it,
|
||||
# with a warning.
|
||||
push_config = config.get("email", {})
|
||||
push_config = config.get("email") or {}
|
||||
redact_content = push_config.get("redact_content")
|
||||
if redact_content is not None:
|
||||
print(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue