diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-25 14:35:05 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-25 14:35:05 +0000 |
commit | 8fb18d87a1cf977b22128b74a261b1a76205ad13 (patch) | |
tree | e91e3e58a347c6fc859f483d126ee262f48c9bf3 /docs | |
parent | Give appropriate exit codes when synctl fails (#5992) (diff) | |
parent | Fix typo in account_threepid_delegates config (#6028) (diff) | |
download | synapse-8fb18d87a1cf977b22128b74a261b1a76205ad13.tar.xz |
Fix typo in account_threepid_delegates config (#6028)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 2ff57f0bff..bd486d97b6 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -1095,7 +1095,7 @@ uploads_path: "DATADIR/uploads" # 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 |