Skip to content

Commit

Permalink
修复字段名错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Nep-Timeline authored Aug 31, 2024
1 parent 3d7e4fc commit 8c0e173
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 == "[动画表情]"
Expand Down

0 comments on commit 8c0e173

Please sign in to comment.