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

Commit 38fd1f8

Browse files
JorikSchellekensrichvdh
authored andcommitted
Fix typo in account_threepid_delegates config (#6028)
1 parent d58cad6 commit 38fd1f8

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
@@ -938,7 +938,7 @@ uploads_path: "DATADIR/uploads"
938938
# https://matrix.org/docs/spec/identity_service/latest
939939
#
940940
account_threepid_delegates:
941-
#email: https://example.com # Delegate email sending to matrix.org
941+
#email: https://example.com # Delegate email sending to example.org
942942
#msisdn: http://localhost:8090 # Delegate SMS sending to this local process
943943

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

synapse/config/registration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def generate_config_section(self, generate_secrets=False, **kwargs):
294294
# https://matrix.org/docs/spec/identity_service/latest
295295
#
296296
account_threepid_delegates:
297-
#email: https://example.com # Delegate email sending to matrix.org
297+
#email: https://example.com # Delegate email sending to example.org
298298
#msisdn: http://localhost:8090 # Delegate SMS sending to this local process
299299
300300
# Users who register on this homeserver will automatically be joined

0 commit comments

Comments
 (0)