summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-04-07 21:52:32 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-04-07 21:52:32 +0300
commit1a4875adfa8fa8f65f1db7b4ec3cf868b7e3dee7 (patch)
treef62a2156777942c6ef8753ccc2de7e23a23f5ff5 /config/config.exs
parentdd4d10b275e76afc029aea642ae3d69b07e33d81 (diff)
downloadpleroma-1a4875adfa8fa8f65f1db7b4ec3cf868b7e3dee7.tar.gz
pleroma-1a4875adfa8fa8f65f1db7b4ec3cf868b7e3dee7.zip
[#1559] Support for "follow_request" notifications (configurable).
(Not currently supported by PleromaFE, thus disabled by default).
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs
index 232a91bf1..d40c2240b 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -559,6 +559,8 @@ 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,