Change libvips to be enabled by default (#34741)
This commit is contained in:
@@ -16,3 +16,9 @@ if ENV['REDIS_NAMESPACE']
|
||||
|
||||
abort message
|
||||
end
|
||||
|
||||
if ENV['MASTODON_USE_LIBVIPS'] == 'false'
|
||||
warn <<~MESSAGE
|
||||
WARNING: Mastodon support for ImageMagick is deprecated and will be removed in future versions. Please consider using libvips instead.
|
||||
MESSAGE
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user