X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=a4d1a74a7abaaae9fb6b7fae921c3210788eb45c;hb=b21e59da5f69505d276ddfa6b00c67a838dcc149;hp=a0cb03e48c5f454aa0cad4ffcbf9ee9078613912;hpb=3909b5b7b34bbf879fd7809eef6ec0ae286c2ef2;p=akkoma diff --git a/config/description.exs b/config/description.exs index a0cb03e48..a4d1a74a7 100644 --- a/config/description.exs +++ b/config/description.exs @@ -764,6 +764,15 @@ config :pleroma, :config_description, [ "Set to `true` to use extended local nicknames format (allows underscores/dashes)." <> " This will break federation with older software for theses nicknames." }, + %{ + key: :cleanup_attachments, + type: :boolean, + description: """ + "Set to `true` to remove associated attachments when status is removed. + This will not affect duplicates and attachments without status. + Enabling this will increase load to database when deleting statuses on larger instances. + """ + }, %{ key: :max_pinned_statuses, type: :integer,