forked from AkkomaGang/akkoma
Set default config for digest to false
This commit is contained in:
parent
01fe5abad1
commit
c0fa000147
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@
|
|||
|
||||
config :pleroma, :email_notifications,
|
||||
digest: %{
|
||||
active: true,
|
||||
active: false,
|
||||
schedule: "0 0 * * 0",
|
||||
interval: 7,
|
||||
inactivity_threshold: 7
|
||||
|
|
Loading…
Reference in a new issue