Skip to content

Commit d1822b5

Browse files
authored
Merge pull request #20 from vitaly-zdanevich/patch-3
dtMediaWiki.lua: add TODO about avif
2 parents a17a388 + 3f2ae4a commit d1822b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dtMediaWiki.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ local function _register_storage_store_final_format_check(fn)
369369
local extension = fn:match("[^.]+$"):lower()
370370
if extension ~= "jpg" and extension ~= "png" and extension ~= "tif" and extension ~= "webp" then
371371
-- TODO would be nice to assert that copy mode is used
372+
-- TODO add avif when this ticket will be solved https://phabricator.wikimedia.org/T257719
372373
msgout(gettext.dgettext("dtMediaWiki",
373374
("dtMediaWiki._register_storage_store_final_format_check warning: using copy mode from an unsupported image format is known to cause a crash.")))
374375
msgout(gettext.dgettext("dtMediaWiki", ("Error: ")) .. fn ..

0 commit comments

Comments
 (0)