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 /docs | |
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 'docs')
-rw-r--r-- | docs/sample_config.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 077cb619c7..0b4dd115fb 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -2149,6 +2149,12 @@ email: # #validation_token_lifetime: 15m + # The web client location to direct users to during an invite. This is passed + # to the identity server as the org.matrix.web_client_location key. Defaults + # to unset, giving no guidance to the identity server. + # + #invite_client_location: https://app.element.io + # Directory in which Synapse will try to find the template files below. # If not set, or the files named below are not found within the template # directory, default templates from within the Synapse package will be used. |