Soapbox: limit 20 media attachments by default

This commit is contained in:
Alex Gleason 2022-02-06 12:42:29 -06:00
parent 502b63d8ea
commit a3c77c4eaa
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -26,3 +26,6 @@
# Allow privileged staff
config :pleroma, :instance, privileged_staff: true
# Sane default media attachment limit
config :pleroma, :instance, max_media_attachments: 20