1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-24 20:43:33 +08:00

修复字段名错误

This commit is contained in:
YuSaki丶Kanade 2024-08-31 15:11:50 +08:00 committed by GitHub
parent 3d7e4fc765
commit 8c0e17346f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -175,7 +175,7 @@ internal class OnlineNewTechImageImpl(
override val originUrl: String
get() = if (senderMeta.origUrl.isBlank()) {
gchatImageUrlByImageId(imageId)
} else "https://" + delegate.info.noKeyDownloadInfo.domain + "/download?appid=1407&fileid=" + info.info.msgInfo.fileId + senderMeta.origUrl
} else "https://" + delegate.info.noKeyDownloadInfo.domain + "/download?appid=1407&fileid=" + delegate.info.msgInfo.fileId + senderMeta.origUrl
override val isEmoji: Boolean by lazy {
delegate.meta.main.isEmoji == 1 || delegate.meta.main.displayStr == "[动画表情]"