diff options
author | Travis Ralston <travpc@gmail.com> | 2018-11-01 11:03:38 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-01 11:03:38 -0600 |
commit | c68aab1536cfe8f19d34bf7866d1876c9ebb8514 (patch) | |
tree | d7c37f229590e8d0486a98f60d3d96941549e8e5 /changelog.d | |
parent | Merge pull request #4128 from matrix-org/erikj/state_res_v2_version (diff) | |
parent | The tests also need a version parameter (diff) | |
download | synapse-c68aab1536cfe8f19d34bf7866d1876c9ebb8514.tar.xz |
Merge pull request #4004 from matrix-org/travis/login-terms
Add m.login.terms to the registration flow
Diffstat (limited to 'changelog.d')
-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.** |