summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
authorRoman Chvanikov <chvanikoff@pm.me>2020-09-08 13:26:44 +0300
committerRoman Chvanikov <chvanikoff@pm.me>2020-09-08 13:26:44 +0300
commitc56e3d4f3bfb090d19bdbe93dac6cede7616cc4d (patch)
treea7bd7e51ff5a7802199f5be95879ce824f9a2078 /config/config.exs
parentd5c286b80225b51dabf4eb63ad8ab818ea534851 (diff)
downloadpleroma-c56e3d4f3bfb090d19bdbe93dac6cede7616cc4d.tar.gz
pleroma-c56e3d4f3bfb090d19bdbe93dac6cede7616cc4d.zip
Add expires_in param for account mutes
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/config.exs b/config/config.exs
index ed37b93c0..0649f3078 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -541,7 +541,8 @@ config :pleroma, Oban,
background: 5,
remote_fetcher: 2,
attachments_cleanup: 5,
- new_users_digest: 1
+ new_users_digest: 1,
+ mute_expire: 5
],
plugins: [Oban.Plugins.Pruner],
crontab: [
@@ -672,7 +673,7 @@ config :pleroma, :static_fe, enabled: false
# With no frontend configuration, the bundled files from the `static` directory will
# be used.
#
-# config :pleroma, :frontends,
+# config :pleroma, :frontends,
# primary: %{"name" => "pleroma-fe", "ref" => "develop"},
# admin: %{"name" => "admin-fe", "ref" => "stable"},
# available: %{...}