summary refs log tree commit diff
path: root/changelog.d/4004.feature
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2018-11-14 13:22:39 +0000
committerNeil Johnson <neil@matrix.org>2018-11-14 13:22:39 +0000
commitadd148841bf2a67ccbb6128aa90684053f3b01f3 (patch)
tree9412778da01621e149c9c618acc5e73fe4cc8f64 /changelog.d/4004.feature
parenttweak tests and tidy (diff)
parentMerge pull request #4184 from matrix-org/rav/fix_public_consent (diff)
downloadsynapse-add148841bf2a67ccbb6128aa90684053f3b01f3.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into neilj/create_support_user
Diffstat (limited to 'changelog.d/4004.feature')
-rw-r--r--changelog.d/4004.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/4004.feature b/changelog.d/4004.feature
index ef5cdaf5ec..89975f4c6e 100644
--- a/changelog.d/4004.feature
+++ b/changelog.d/4004.feature
@@ -1 +1 @@
-Add `m.login.terms` to the registration flow when consent tracking is enabled. **This makes the template arguments conditionally optional on a new `public_version` variable - update your privacy templates to support this.**
+Include flags to optionally add `m.login.terms` to the registration flow when consent tracking is enabled.