media: convert png and jpeg stickers to webp without ffmpeg

This commit is contained in:
Toni Spets
2025-05-22 13:52:51 +03:00
parent 9e719429e7
commit 11f105c0e7
4 changed files with 24 additions and 1 deletions
+3
View File
@@ -115,6 +115,9 @@ var fileCaps = event.FileFeatureMap{
event.CapMsgSticker: {
MimeTypes: map[string]event.CapabilitySupportLevel{
"image/webp": event.CapLevelFullySupported,
// These are converted to webp
"image/jpeg": event.CapLevelPartialSupport,
"image/png": event.CapLevelPartialSupport,
// TODO
//"video/lottie+json": event.CapLevelFullySupported,
//"video/webm": event.CapLevelFullySupported,