diff options
author | Roman Chvanikov <chvanikoff@pm.me> | 2019-06-07 01:22:35 +0300 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@pm.me> | 2019-06-07 01:22:35 +0300 |
commit | c0fa0001476a8a45878a0c75125627164497eddf (patch) | |
tree | 536c0ede0dddd35fc4e99e137f0b663bf0606819 | |
parent | 01fe5abad1a98b98a0dd5e3c04bf65809389fd78 (diff) | |
download | pleroma-c0fa0001476a8a45878a0c75125627164497eddf.tar.gz pleroma-c0fa0001476a8a45878a0c75125627164497eddf.zip |
Set default config for digest to false
-rw-r--r-- | config/config.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 5a05ee043..509f4b081 100644 --- a/config/config.exs +++ b/config/config.exs @@ -494,7 +494,7 @@ config :pleroma, Pleroma.ScheduledActivity, config :pleroma, :email_notifications, digest: %{ - active: true, + active: false, schedule: "0 0 * * 0", interval: 7, inactivity_threshold: 7 |