mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 10:35:46 +03:00
Rephrase enable_notifs configuration (#17116)
This commit is contained in:
parent
516fd891ee
commit
90cc9e5b29
2 changed files with 3 additions and 2 deletions
1
changelog.d/17116.doc
Normal file
1
changelog.d/17116.doc
Normal file
|
@ -0,0 +1 @@
|
|||
Update enable_notifs configuration documentation.
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue