diff options
Diffstat (limited to 'develop/usage/configuration/config_documentation.html')
-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. |