mirror of
https://github.com/mamoe/mirai.git
synced 2025-04-24 20:43:33 +08:00
修复字段名错误
This commit is contained in:
parent
3d7e4fc765
commit
8c0e17346f
@ -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 == "[动画表情]"
|
||||
|
Loading…
Reference in New Issue
Block a user