diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-05-30 19:52:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-30 19:52:01 +0100 |
commit | e73635191ff763fe5817d7a074c2bc1e9acb722c (patch) | |
tree | 0f7f9d1eeceb877f210453b326e87356b3b447be | |
parent | Update CHANGES.rst (diff) | |
parent | remove trailing whitespace (diff) | |
download | synapse-e73635191ff763fe5817d7a074c2bc1e9acb722c.tar.xz |
Merge pull request #3290 from rubo77/patch-7
Add link to thorough instruction how to configure consent
-rw-r--r-- | synapse/config/consent_config.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/synapse/config/consent_config.py b/synapse/config/consent_config.py index ddcd305f4c..6d0e847fad 100644 --- a/synapse/config/consent_config.py +++ b/synapse/config/consent_config.py @@ -18,6 +18,9 @@ from ._base import Config DEFAULT_CONFIG = """\ # User Consent configuration # +# for detailed instructions, see +# https://github.com/matrix-org/synapse/blob/master/docs/consent_tracking.md +# # Parts of this section are required if enabling the 'consent' resource under # 'listeners', in particular 'template_dir' and 'version'. # |