Merge branch 'develop' into feature/digest-email
[akkoma] / config / config.exs
index 17770640a92f6833e5a670026a75ef4c53f455bf..d2325edbc15e0f731610f1985cccc7b1714d6bcd 100644 (file)
@@ -514,6 +514,14 @@ config :pleroma, Pleroma.ScheduledActivity,
   total_user_limit: 300,
   enabled: true
 
+config :pleroma, :email_notifications,
+  digest: %{
+    active: false,
+    schedule: "0 0 * * 0",
+    interval: 7,
+    inactivity_threshold: 7
+  }
+
 config :pleroma, :oauth2,
   token_expires_in: 600,
   issue_new_refresh_token: true,