Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix typo in domain name in account_threepid_delegates config option (#…
Browse files Browse the repository at this point in the history
…6273)

* commit '46c12918a':
  Fix typo in domain name in account_threepid_delegates config option (#6273)
  • Loading branch information
anoadragon453 committed Mar 16, 2020
2 parents 057e434 + 46c1291 commit 5bbc257
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelog.d/6273.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix a small typo in `account_threepid_delegates` configuration option.
2 changes: 1 addition & 1 deletion docs/sample_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ uploads_path: "DATADIR/uploads"
# 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
Expand Down
2 changes: 1 addition & 1 deletion synapse/config/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def generate_config_section(self, generate_secrets=False, **kwargs):
# 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
Expand Down

0 comments on commit 5bbc257

Please sign in to comment.