summary refs log tree commit diff
diff options
context:
space:
mode:
authorTravis Ralston <travpc@gmail.com>2018-11-01 16:51:11 -0600
committerTravis Ralston <travpc@gmail.com>2018-11-01 16:51:11 -0600
commit552f090f62e2f48b6a71aaf547fae7a33e03e935 (patch)
tree4236e9e5e08bf5c94aea3b71e737a11760803ed7
parentFix logic error that prevented guests from seeing the privacy policy (diff)
downloadsynapse-552f090f62e2f48b6a71aaf547fae7a33e03e935.tar.xz
Changelog
-rw-r--r--changelog.d/4133.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4133.feature b/changelog.d/4133.feature
new file mode 100644
index 0000000000..ef5cdaf5ec
--- /dev/null
+++ b/changelog.d/4133.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.**