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

Commit 8fb18d8

Browse files
committed
Fix typo in account_threepid_delegates config (#6028)
2 parents 132c867 + 38fd1f8 commit 8fb18d8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

changelog.d/6028.feature

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Replace `trust_identity_server_for_password_resets` config option with `account_threepid_delegates`.

docs/sample_config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ uploads_path: "DATADIR/uploads"
10951095
# https://matrix.org/docs/spec/identity_service/latest
10961096
#
10971097
account_threepid_delegates:
1098-
#email: https://example.com # Delegate email sending to matrix.org
1098+
#email: https://example.com # Delegate email sending to example.org
10991099
#msisdn: http://localhost:8090 # Delegate SMS sending to this local process
11001100

11011101
# Users who register on this homeserver will automatically be joined

synapse/config/registration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def generate_config_section(self, generate_secrets=False, **kwargs):
369369
# https://matrix.org/docs/spec/identity_service/latest
370370
#
371371
account_threepid_delegates:
372-
#email: https://example.com # Delegate email sending to matrix.org
372+
#email: https://example.com # Delegate email sending to example.org
373373
#msisdn: http://localhost:8090 # Delegate SMS sending to this local process
374374
375375
# Users who register on this homeserver will automatically be joined

0 commit comments

Comments
 (0)