deploy: 044900af6c
This commit is contained in:
parent
51f26bf9a6
commit
1ace3dff1c
|
@ -5169,7 +5169,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>
|
||||
|
@ -5281,7 +5281,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.
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue