diff options
author | DMRobertson <DMRobertson@users.noreply.github.com> | 2022-09-01 20:39:15 +0000 |
---|---|---|
committer | DMRobertson <DMRobertson@users.noreply.github.com> | 2022-09-01 20:39:15 +0000 |
commit | 1ace3dff1c89f19c23373500bcb8aae91d2bd623 (patch) | |
tree | de71fa04196a0972efec165e551f488b8fb068ce /develop/usage/configuration/config_documentation.html | |
parent | deploy: c913e440c065adde1e055eb0baef5df40615ae9b (diff) | |
download | synapse-1ace3dff1c89f19c23373500bcb8aae91d2bd623.tar.xz |
deploy: 044900af6cc441d700d171098812786b4b312f59
Diffstat (limited to '')
-rw-r--r-- | develop/usage/configuration/config_documentation.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index dd71732125..6cd718e232 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -2149,7 +2149,7 @@ Defaults to https://matrix.org/report-usage-stats/push</p> <h2 id="api-configuration"><a class="header" href="#api-configuration">API Configuration</a></h2> <p>Config settings related to the client/server API</p> <hr /> -<h3 id="room_prejoin_state"><a class="header" href="#room_prejoin_state"><code>room_prejoin_state:</code></a></h3> +<h3 id="room_prejoin_state"><a class="header" href="#room_prejoin_state"><code>room_prejoin_state</code></a></h3> <p>Controls for the state that is shared with users who receive an invite to a room. By default, the following state event types are shared with users who receive invites to the room:</p> @@ -2261,7 +2261,7 @@ are still valid. Defaults to 1d.</p> <pre><code class="language-yaml">key_refresh_interval: 2d </code></pre> <hr /> -<h3 id="trusted_key_servers"><a class="header" href="#trusted_key_servers"><code>trusted_key_servers:</code></a></h3> +<h3 id="trusted_key_servers"><a class="header" href="#trusted_key_servers"><code>trusted_key_servers</code></a></h3> <p>The trusted servers to download signing keys from.</p> <p>When we need to fetch a signing key, each server is tried in parallel.</p> <p>Normally, the connection to the key server is validated via TLS certificates. |