diff options
author | squahtx <squahtx@users.noreply.github.com> | 2022-08-16 15:21:37 +0000 |
---|---|---|
committer | squahtx <squahtx@users.noreply.github.com> | 2022-08-16 15:21:37 +0000 |
commit | f90063d2f75020acb81133141151b3c31eac37b4 (patch) | |
tree | 0f0bc1273f73fc0ad0a7b8834821fac3b3b03f15 /develop/usage | |
parent | deploy: 73c83c641138f0644582468a869e10f19f389800 (diff) | |
download | synapse-f90063d2f75020acb81133141151b3c31eac37b4.tar.xz |
deploy: 14e673ef9db086e5537f3d75a057c7d583dd954b
Diffstat (limited to 'develop/usage')
-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 bf4bc25ed9..15438c6bf4 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -3019,7 +3019,7 @@ user directory. Defaults to false.</li> <h3 id="user_consent"><a class="header" href="#user_consent"><code>user_consent</code></a></h3> <p>For detailed instructions on user consent configuration, see <a href="../../consent_tracking.html">here</a>.</p> <p>Parts of this section are required if enabling the <code>consent</code> resource under -<code>listeners</code>, in particular <code>template_dir</code> and <code>version</code>. # TODO: link <code>listeners</code></p> +<a href="#listeners"><code>listeners</code></a>, in particular <code>template_dir</code> and <code>version</code>.</p> <ul> <li> <p><code>template_dir</code>: gives the location of the templates for the HTML forms. @@ -3034,7 +3034,7 @@ parameter.</p> </li> <li> <p><code>server_notice_content</code>: if enabled, will send a user a "Server Notice" -asking them to consent to the privacy policy. The <code>server_notices</code> section ##TODO: link +asking them to consent to the privacy policy. The <a href="#server_notices"><code>server_notices</code> section</a> must also be configured for this to work. Notices will <em>not</em> be sent to guest users unless <code>send_server_notice_to_guests</code> is set to true.</p> </li> |