Made follow request notifications non-optional (removed config switch).

This commit is contained in:
Ivan Tashkinov 2020-05-01 09:51:41 +03:00
commit 92efb888c7
5 changed files with 3 additions and 46 deletions

View file

@ -562,8 +562,6 @@ config :pleroma, :email_notifications,
inactivity_threshold: 7
}
config :pleroma, :notifications, enable_follow_request_notifications: false
config :pleroma, :oauth2,
token_expires_in: 600,
issue_new_refresh_token: true,