Merge branch 'remove-linker-scheme-option' into 'develop'
[akkoma] / config / description.exs
index a0cb03e48c5f454aa0cad4ffcbf9ee9078613912..a4d1a74a7abaaae9fb6b7fae921c3210788eb45c 100644 (file)
@@ -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,