Explorar el Código

Merge pull request #3290 from rubo77/patch-7

Add link to thorough instruction how to configure consent
Richard van der Hoff hace 6 años
padre
commit
e73635191f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      synapse/config/consent_config.py

+ 3 - 0
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'.
 #