mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2025-01-24 22:55:52 +00:00
Check AnalyzeMetadata filter's required commands
eblurhash:magick uses "convert" Fetching image metadata uses "mogrify"
This commit is contained in:
parent
9b6b5ac196
commit
4ab3ef07d0
1 changed files with 3 additions and 1 deletions
|
@ -166,7 +166,9 @@ defmodule Pleroma.ApplicationRequirements do
|
||||||
filter_commands_statuses = [
|
filter_commands_statuses = [
|
||||||
check_filter(Pleroma.Upload.Filters.Exiftool, "exiftool"),
|
check_filter(Pleroma.Upload.Filters.Exiftool, "exiftool"),
|
||||||
check_filter(Pleroma.Upload.Filters.Mogrify, "mogrify"),
|
check_filter(Pleroma.Upload.Filters.Mogrify, "mogrify"),
|
||||||
check_filter(Pleroma.Upload.Filters.Mogrifun, "mogrify")
|
check_filter(Pleroma.Upload.Filters.Mogrifun, "mogrify"),
|
||||||
|
check_filter(Pleroma.Upload.Filters.AnalyzeMetadata, "mogrify"),
|
||||||
|
check_filter(Pleroma.Upload.Filters.AnalyzeMetadata, "convert")
|
||||||
]
|
]
|
||||||
|
|
||||||
preview_proxy_commands_status =
|
preview_proxy_commands_status =
|
||||||
|
|
Loading…
Add table
Reference in a new issue