support heif
This commit is contained in:
parent
64b36a2447
commit
32a274f800
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue