diff options
author | Ruben Barkow <rubo77@users.noreply.github.com> | 2018-05-25 23:19:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-25 23:19:55 +0200 |
commit | 08ea5fe635e6d2337a48186ab3dd4582a382d7db (patch) | |
tree | 6f6e740b9cb299c45061b935c43ad6a9bec3c316 /synapse | |
parent | Update CHANGES.rst (diff) | |
download | synapse-08ea5fe635e6d2337a48186ab3dd4582a382d7db.tar.xz |
add link to thorough instruction how to configure consent
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/config/consent_config.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/config/consent_config.py b/synapse/config/consent_config.py index ddcd305f4c..da39636d61 100644 --- a/synapse/config/consent_config.py +++ b/synapse/config/consent_config.py @@ -18,6 +18,8 @@ from ._base import Config DEFAULT_CONFIG = """\ # User Consent configuration # +# for a detailed instruction, 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'. # |