diff options
author | Travis Ralston <travpc@gmail.com> | 2018-11-01 16:51:11 -0600 |
---|---|---|
committer | Travis Ralston <travpc@gmail.com> | 2018-11-01 16:51:11 -0600 |
commit | 552f090f62e2f48b6a71aaf547fae7a33e03e935 (patch) | |
tree | 4236e9e5e08bf5c94aea3b71e737a11760803ed7 /changelog.d | |
parent | Fix logic error that prevented guests from seeing the privacy policy (diff) | |
download | synapse-552f090f62e2f48b6a71aaf547fae7a33e03e935.tar.xz |
Changelog
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/4133.feature | 1 |
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.** |