[#2497] Media preview proxy: added `quality` config setting, adjusted width/height...
[akkoma] / config / description.exs
index 90d8eca65b0da2ddbd66c0275e631aca2a98b558..22da60900b29f3908456a0ecf1e7276cfccf1a18 100644 (file)
@@ -1925,6 +1925,11 @@ config :pleroma, :config_description, [
         type: :integer,
         description: "Max height of preview thumbnail."
       },
+      %{
+        key: :quality,
+        type: :integer,
+        description: "Quality of the output. Ranges from 1 (max quality) to 31 (lowest quality)."
+      },
       %{
         key: :proxy_opts,
         type: :keyword,