X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=f44837e24efe38ec3dfc8b234f1e1bb5fa636309;hb=139b9d1338618aa0107c188a9a5505c6615768be;hp=7f013aaad71f65d279b7f1bdb027370f17c6c0c4;hpb=ef37774403ff5af69a637875240eec205b6f55a5;p=akkoma diff --git a/config/config.exs b/config/config.exs index 7f013aaad..f44837e24 100644 --- a/config/config.exs +++ b/config/config.exs @@ -561,6 +561,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,