Move comments for email_notifications config to docs
[akkoma] / config / config.exs
index 25dc91eb11a0d62e8c846f727f1012d120ea5328..b1d506b59381e80c783e7dc0a98f4e6da75c95da 100644 (file)
@@ -468,12 +468,9 @@ config :pleroma, Pleroma.ScheduledActivity,
 
 config :pleroma, :email_notifications,
   digest: %{
-    # When to send digest email, in crontab format (https://en.wikipedia.org/wiki/Cron)
-    # 0 0 * * 0 - once a week at midnight on Sunday morning
+    active: true,
     schedule: "0 0 * * 0",
-    # Minimum interval between digest emails to one user
     interval: 7,
-    # Minimum user inactivity threshold
     inactivity_threshold: 7
   }