summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-05-23 14:43:09 +0100
committerRichard van der Hoff <richard@matrix.org>2018-05-23 14:43:09 +0100
commitcd8ab9a0d8d3e0ee305ab56788f76459596075f9 (patch)
tree74a2d5a5d5a91bb990b42fb32572fb90f12c528f /docs
parentfix wrapping (diff)
downloadsynapse-cd8ab9a0d8d3e0ee305ab56788f76459596075f9.tar.xz
mention public_baseurl
Diffstat (limited to 'docs')
-rw-r--r--docs/consent_tracking.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/consent_tracking.md b/docs/consent_tracking.md
index 61e41468d5..66beb9263b 100644
--- a/docs/consent_tracking.md
+++ b/docs/consent_tracking.md
@@ -131,6 +131,11 @@ version of the policy. To do so:
    Synapse automatically replaces the placeholder `%(consent_uri)s` with the
    consent uri for that user.
 
+ * ensure that `public_baseurl` is set in `homeserver.yaml`, and gives the base
+   URI that clients use to connect to the server. (It is used to construct
+   `consent_uri` in the server notice.)
+
+
 Blocking users from using the server until they agree to the policy
 -------------------------------------------------------------------
 
@@ -149,3 +154,7 @@ user_consent:
 
 Synapse automatically replaces the placeholder `%(consent_uri)s` with the
 consent uri for that user.
+
+ensure that `public_baseurl` is set in `homeserver.yaml`, and gives the base
+URI that clients use to connect to the server. (It is used to construct
+`consent_uri` in the error.)