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/print.html | |
parent | deploy: 73c83c641138f0644582468a869e10f19f389800 (diff) | |
download | synapse-f90063d2f75020acb81133141151b3c31eac37b4.tar.xz |
deploy: 14e673ef9db086e5537f3d75a057c7d583dd954b
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/print.html b/develop/print.html index bc2ae6bfb4..f9fb0bdb12 100644 --- a/develop/print.html +++ b/develop/print.html @@ -6020,7 +6020,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="usage/configuration/../../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="usage/configuration/config_documentation.html#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. @@ -6035,7 +6035,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="usage/configuration/config_documentation.html#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> |