mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
thumbnail: Fix typo in comment.
This commit is contained in:
committed by
Mateusz Mandera
parent
5549e807eb
commit
a0971934d9
@@ -116,7 +116,7 @@ THUMBNAIL_ACCEPT_IMAGE_TYPES = frozenset(
|
|||||||
# some reason marks one of the above formats as such (because they are
|
# some reason marks one of the above formats as such (because they are
|
||||||
# no longer fuzzed, for instance).
|
# no longer fuzzed, for instance).
|
||||||
#
|
#
|
||||||
# Note that only libvips >= 8.13 (Uubntu 24.04 or later, Debian 12 or
|
# Note that only libvips >= 8.13 (Ubuntu 24.04 or later, Debian 12 or
|
||||||
# later) supports this! These are no-ops on earlier versions of libvips.
|
# later) supports this! These are no-ops on earlier versions of libvips.
|
||||||
pyvips.operation_block_set("VipsForeignLoad", True)
|
pyvips.operation_block_set("VipsForeignLoad", True)
|
||||||
pyvips.operation_block_set("VipsForeignLoadHeif", False) # image/avif, image/heic
|
pyvips.operation_block_set("VipsForeignLoadHeif", False) # image/avif, image/heic
|
||||||
|
|||||||
Reference in New Issue
Block a user