mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-03 13:18:56 +01:00
Merge pull request #1906 from tyler-smith/TS_fix_config_documentation
Fix typo in config comments.
This commit is contained in:
commit
481f6c87e7
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class TlsConfig(Config):
|
|||
# make HTTPS requests to this server will check that the TLS
|
||||
# certificates returned by this server match one of the fingerprints.
|
||||
#
|
||||
# Synapse automatically adds its the fingerprint of its own certificate
|
||||
# Synapse automatically adds the fingerprint of its own certificate
|
||||
# to the list. So if federation traffic is handle directly by synapse
|
||||
# then no modification to the list is required.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue