mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
Shamrock
: support original
for Image
This commit is contained in:
parent
e0a4aad3cd
commit
b3d853dec3
@ -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"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user