Change e-mail notifications to only be sent when recipient is offline (#17984)

* Change e-mail notifications to only be sent when recipient is offline

Change the default for follow and mention notifications back on

* Add preference to always send e-mail notifications

* Change wording
This commit is contained in:
Eugen Rochko
2022-04-08 18:03:31 +02:00
committed by GitHub
parent fd9a9b07c2
commit 8e20e16cf0
7 changed files with 58 additions and 25 deletions

View File

@ -38,16 +38,17 @@ defaults: &defaults
trendable_by_default: false
crop_images: true
notification_emails:
follow: false
follow: true
reblog: false
favourite: false
mention: false
mention: true
follow_request: true
digest: true
report: true
pending_account: true
trending_tag: true
appeal: true
always_send_emails: false
interactions:
must_be_follower: false
must_be_following: false