diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-12-18 11:01:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 11:01:57 -0500 |
commit | 56e00ca85e502247112a95ab8c452c83ab5fc4b0 (patch) | |
tree | 218165e2312491057446e9ea61b90a6ce4b1e4e2 /changelog.d | |
parent | Allow server admin to get admin bit in rooms where local user is an admin (#8... (diff) | |
download | synapse-56e00ca85e502247112a95ab8c452c83ab5fc4b0.tar.xz |
Send the location of the web client to the IS when inviting via 3PIDs. (#8930)
Adds a new setting `email.invite_client_location` which, if defined, is passed to the identity server during invites.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8930.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8930.feature b/changelog.d/8930.feature new file mode 100644 index 0000000000..cb305b5266 --- /dev/null +++ b/changelog.d/8930.feature @@ -0,0 +1 @@ +Add an `email.invite_client_location` configuration option to send a web client location to the invite endpoint on the identity server which allows customisation of the email template. |