Update changelog
[akkoma] / config / config.exs
index 09c3be7de3e42130faa61dbdba381dd6ce5f5aea..92af4ca1b6dedae1da2915aadf4b2cacacd3b3ad 100644 (file)
@@ -484,6 +484,14 @@ config :pleroma, Pleroma.ScheduledActivity,
   total_user_limit: 300,
   enabled: true
 
+config :pleroma, :email_notifications,
+  digest: %{
+    active: true,
+    schedule: "0 0 * * 0",
+    interval: 7,
+    inactivity_threshold: 7
+  }
+
 config :pleroma, :oauth2,
   token_expires_in: 600,
   issue_new_refresh_token: true,