This commit is contained in:
anoadragon453 2024-08-29 10:34:51 +00:00
parent 65272dbac2
commit b55ada7281
4 changed files with 8 additions and 6 deletions

View file

@ -4236,7 +4236,8 @@ Also make sure that <code>metrics</code> is not included in <code>resources</cod
<p>Valid resource names are:</p>
<ul>
<li>
<p><code>client</code>: the client-server API (/_matrix/client), and the synapse admin API (/_synapse/admin). Also implies <code>media</code> and <code>static</code>.</p>
<p><code>client</code>: the client-server API (/_matrix/client). Also implies <code>media</code> and <code>static</code>.
If configuring the main process, the Synapse Admin API (/_synapse/admin) is also implied.</p>
</li>
<li>
<p><code>consent</code>: user consent forms (/_matrix/consent). See <a href="usage/configuration/../../consent_tracking.html">here</a> for more.</p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -576,7 +576,8 @@ Also make sure that <code>metrics</code> is not included in <code>resources</cod
<p>Valid resource names are:</p>
<ul>
<li>
<p><code>client</code>: the client-server API (/_matrix/client), and the synapse admin API (/_synapse/admin). Also implies <code>media</code> and <code>static</code>.</p>
<p><code>client</code>: the client-server API (/_matrix/client). Also implies <code>media</code> and <code>static</code>.
If configuring the main process, the Synapse Admin API (/_synapse/admin) is also implied.</p>
</li>
<li>
<p><code>consent</code>: user consent forms (/_matrix/consent). See <a href="../../consent_tracking.html">here</a> for more.</p>