diff options
author | Neil Johnson <neil@matrix.org> | 2018-11-14 13:22:39 +0000 |
---|---|---|
committer | Neil Johnson <neil@matrix.org> | 2018-11-14 13:22:39 +0000 |
commit | add148841bf2a67ccbb6128aa90684053f3b01f3 (patch) | |
tree | 9412778da01621e149c9c618acc5e73fe4cc8f64 /changelog.d/4004.feature | |
parent | tweak tests and tidy (diff) | |
parent | Merge pull request #4184 from matrix-org/rav/fix_public_consent (diff) | |
download | synapse-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.feature | 2 |
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. |