summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/config.exs b/config/config.exs
index 4f018d57c..1d09a0238 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -563,7 +563,9 @@ config :pleroma, Oban,
remote_fetcher: 2,
attachments_cleanup: 5,
new_users_digest: 1,
- frontend_installer: 1
+ frontend_installer: 1,
+ mute_expire: 5
+
],
plugins: [Oban.Plugins.Pruner],
crontab: [
@@ -821,7 +823,7 @@ config :pleroma, :restrict_unauthenticated,
config :pleroma, Pleroma.Web.ApiSpec.CastAndValidate, strict: false
config :pleroma, :mrf,
- policies: Pleroma.Web.ActivityPub.MRF.ObjectAgePolicy,
+ policies: [Pleroma.Web.ActivityPub.MRF.ObjectAgePolicy, Pleroma.Web.ActivityPub.MRF.TagPolicy],
transparency: true,
transparency_exclusions: []