Make user age limit configurable
Switch to milliseconds for consistency with other configuration options in codebase
This commit is contained in:
parent
0d092a3d4f
commit
cab6372d7a
2 changed files with 6 additions and 2 deletions
|
|
@ -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: [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue