summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-05-27 12:31:29 -0400
committerMark Felder <feld@feld.me>2024-05-27 12:31:29 -0400
commitcab6372d7a1bdf50436eff1b4023fd6e05586dbc (patch)
treec1f8684bdf0dd8624cbabc95fe2f4ff06eb34240 /config
parent0d092a3d4fd89a7f8df30f080087bd24ce53c597 (diff)
downloadpleroma-cab6372d7a1bdf50436eff1b4023fd6e05586dbc.tar.gz
pleroma-cab6372d7a1bdf50436eff1b4023fd6e05586dbc.zip
Make user age limit configurable
Switch to milliseconds for consistency with other configuration options in codebase
Diffstat (limited to 'config')
-rw-r--r--config/config.exs2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs
index b93de52e1..51773d830 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -430,6 +430,8 @@ config :pleroma, :mrf_force_mention,
mention_parent: true,
mention_quoted: true
+config :pleroma, :mrf_antimentionspam, user_age_limit: 30_000
+
config :pleroma, :rich_media,
enabled: true,
ignore_hosts: [],