diff options
author | Jorik Schellekens <joriksch@gmail.com> | 2019-09-18 22:30:44 +0100 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-09-18 22:30:44 +0100 |
commit | 38fd1f8e3faeffbd4bb3084012bb2c17a953625f (patch) | |
tree | 5b02c86272d1063f884f0a7d28c8e8249dfc05b4 /synapse/config/registration.py | |
parent | Give appropriate exit codes when synctl fails (#5992) (diff) | |
download | synapse-38fd1f8e3faeffbd4bb3084012bb2c17a953625f.tar.xz |
Fix typo in account_threepid_delegates config (#6028)
Diffstat (limited to 'synapse/config/registration.py')
-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 9548560edb..d4654e99b3 100644 --- a/synapse/config/registration.py +++ b/synapse/config/registration.py @@ -294,7 +294,7 @@ class RegistrationConfig(Config): # https://matrix.org/docs/spec/identity_service/latest # account_threepid_delegates: - #email: https://example.com # Delegate email sending to matrix.org + #email: https://example.com # Delegate email sending to example.org #msisdn: http://localhost:8090 # Delegate SMS sending to this local process # Users who register on this homeserver will automatically be joined |