Merge develop
[akkoma] / config / config.exs
index 1a9738cff4676551ea2f72c7c8b50d562be37195..eeaaedf48d5cbd9540cf12b22ab9be2201231fa9 100644 (file)
@@ -468,6 +468,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
+  }
+
 # Import environment specific config. This must remain at the bottom
 # of this file so it overrides the configuration defined above.
 import_config "#{Mix.env()}.exs"