Shamrock: support original for Image

This commit is contained in:
whitechi73 2024-01-30 00:49:33 +08:00
parent e0a4aad3cd
commit b3d853dec3

View File

@ -123,7 +123,7 @@ internal sealed class MessageElemConverter: IMessageConvert {
else -> unknownChatType(chatType) else -> unknownChatType(chatType)
}, },
"subType" to image.picSubType, "subType" to image.picSubType,
"type" to if (image.isFlashPic) "flash" else "show" "type" to if (image.isFlashPic) "flash" else if(image.original) "original" else "show"
) )
) )
} }