diff options
author | Amanda H. L. de Andrade Katz <amanda.katz@canonical.com> | 2024-04-26 05:52:58 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-26 09:52:58 +0100 |
commit | 90cc9e5b29bc6c2433df5e62da1ad8bcb83ac038 (patch) | |
tree | 6eb25a4c7a7404dccdcc79d86eb10ae843a1fb39 /docs/usage/configuration/config_documentation.md | |
parent | Use recommended endpoint for MSC3266 requests (#17078) (diff) | |
download | synapse-90cc9e5b29bc6c2433df5e62da1ad8bcb83ac038.tar.xz |
Rephrase enable_notifs configuration (#17116)
Diffstat (limited to 'docs/usage/configuration/config_documentation.md')
-rw-r--r-- | docs/usage/configuration/config_documentation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index bcd53145f1..0c582d0387 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -676,8 +676,8 @@ This setting has the following sub-options: trailing 's'. * `app_name`: `app_name` defines the default value for '%(app)s' in `notif_from` and email subjects. It defaults to 'Matrix'. -* `enable_notifs`: Set to true to enable sending emails for messages that the user - has missed. Disabled by default. +* `enable_notifs`: Set to true to allow users to receive e-mail notifications. If this is not set, + users can configure e-mail notifications but will not receive them. 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. |