Make attachments cleanup optional
This commit is contained in:
parent
c27d1d65bf
commit
8057157ee3
5 changed files with 63 additions and 8 deletions
|
|
@ -271,7 +271,8 @@ config :pleroma, :instance,
|
|||
account_field_name_length: 512,
|
||||
account_field_value_length: 2048,
|
||||
external_user_synchronization: true,
|
||||
extended_nickname_format: true
|
||||
extended_nickname_format: true,
|
||||
cleanup_attachments: false
|
||||
|
||||
config :pleroma, :feed,
|
||||
post_title: %{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue