support heif

This commit is contained in:
Lain Iwakura 2025-01-09 20:14:33 -03:00
parent 64b36a2447
commit 32a274f800
Signed by: lain
GPG key ID: 89686F4239E80508

View file

@ -144,7 +144,7 @@ class HateHeifBot(Plugin):
self.log.debug(f"Received message with an image with MIME: {content.info.mimetype}")
# We work only on "image/heic" mime at the moment!
if content.info.mimetype != "image/heic":
if content.info.mimetype not in ("image/heic", "image/heif"):
return
if content.url: # content.url exists. File is not encrypted.