summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2024-05-27 16:46:31 +0000
committerfeld <feld@feld.me>2024-05-27 16:46:31 +0000
commit10b7efa98c5eb93b11b1c5ca781b54cb0ee705b4 (patch)
treec21d8a180de5441ae06ef4f650edc527a27a154c /config/config.exs
parent10713fa913ec856f521ae37d8352005fc3451dee (diff)
parentcab6372d7a1bdf50436eff1b4023fd6e05586dbc (diff)
downloadpleroma-10b7efa98c5eb93b11b1c5ca781b54cb0ee705b4.tar.gz
pleroma-10b7efa98c5eb93b11b1c5ca781b54cb0ee705b4.zip
Merge branch 'anti-mention-spam-mrf' into 'develop'
Anti-mention Spam MRF See merge request pleroma/pleroma!4072
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs
index 1fb0f3911..4752bbbde 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -435,6 +435,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: [],