Merge pull request #4111 from surakin/sticker-mimetype-fallback

Change sticker mimetype fallback to image
This commit is contained in:
Benoit Marty
2025-01-06 11:26:19 +01:00
committed by GitHub

View File

@@ -39,7 +39,7 @@ class TimelineItemContentStickerFactory @Inject constructor(
isEdited = false,
mediaSource = content.source,
thumbnailSource = content.info.thumbnailSource,
mimeType = content.info.mimetype ?: MimeTypes.OctetStream,
mimeType = content.info.mimetype ?: MimeTypes.Images,
blurhash = content.info.blurhash,
width = content.info.width?.toInt(),
height = content.info.height?.toInt(),