From 32a274f800906c27bc3ea0281954660a9004f5ae Mon Sep 17 00:00:00 2001 From: Lain Date: Thu, 9 Jan 2025 20:14:33 -0300 Subject: [PATCH] support heif --- hateheif.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hateheif.py b/hateheif.py index 23dd1d7..20fcfe0 100644 --- a/hateheif.py +++ b/hateheif.py @@ -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.