diff options
author | Mathieu Velten <matmaul@gmail.com> | 2023-12-12 11:28:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-12 10:28:56 +0000 |
commit | 9f6c64482535db0d0bc265a2d7d21ce4d618dd45 (patch) | |
tree | 675ebb54c2d8ac1731f937516c87f152102b0950 /docs | |
parent | Bump isort from 5.13.0 to 5.13.1 (#16752) (diff) | |
download | synapse-9f6c64482535db0d0bc265a2d7d21ce4d618dd45.tar.xz |
Add config to change the delay before sending a notification email (#16696)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index dc92cc2992..560cd65977 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -680,6 +680,11 @@ This setting has the following sub-options: has missed. Disabled by default. * `notif_for_new_users`: Set to false to disable automatic subscription to email notifications for new users. Enabled by default. +* `notif_delay_before_mail`: The time to wait before emailing about a notification. + This gives the user a chance to view the message via push or an open client. + Defaults to 10 minutes. + + _New in Synapse 1.99.0._ * `client_base_url`: Custom URL for client links within the email notifications. By default links will be based on "https://matrix.to". (This setting used to be called `riot_base_url`; the old name is still supported for backwards-compatibility but is now deprecated.) |