diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-10-30 11:07:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-30 11:07:42 +0000 |
commit | 46c12918add132d8d0cbb808b499c815e2745f72 (patch) | |
tree | 1dfb1f06f42dd19cdc0f6d9546098f6f6e089a79 /synapse/config | |
parent | Remove redundant arguments to CI's flake8 (#6277) (diff) | |
download | synapse-46c12918add132d8d0cbb808b499c815e2745f72.tar.xz |
Fix typo in domain name in account_threepid_delegates config option (#6273)
Diffstat (limited to 'synapse/config')
-rw-r--r-- | synapse/config/registration.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/registration.py b/synapse/config/registration.py index ab41623b2b..1f6dac69da 100644 --- a/synapse/config/registration.py +++ b/synapse/config/registration.py @@ -300,7 +300,7 @@ class RegistrationConfig(Config): # If a delegate is specified, the config option public_baseurl must also be filled out. # account_threepid_delegates: - #email: https://example.com # Delegate email sending to example.org + #email: https://example.com # Delegate email sending to example.com #msisdn: http://localhost:8090 # Delegate SMS sending to this local process # Users who register on this homeserver will automatically be joined |