diff options
author | Travis Ralston <travpc@gmail.com> | 2018-10-03 17:54:08 -0600 |
---|---|---|
committer | Travis Ralston <travpc@gmail.com> | 2018-10-03 17:54:08 -0600 |
commit | 158d6c75b6a9d62c710ea612e1961fbb5772fd34 (patch) | |
tree | 4d7bd409179f9afb8c067202cab336a962f6dee1 | |
parent | Use a flag rather than a new route for the public policy (diff) | |
download | synapse-158d6c75b6a9d62c710ea612e1961fbb5772fd34.tar.xz |
Changelog
-rw-r--r-- | changelog.d/4004.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4004.feature b/changelog.d/4004.feature new file mode 100644 index 0000000000..ef5cdaf5ec --- /dev/null +++ b/changelog.d/4004.feature @@ -0,0 +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.** |