diff --git a/src/components/middle/message/RoundVideo.tsx b/src/components/middle/message/RoundVideo.tsx index cca135d86..1172daa27 100644 --- a/src/components/middle/message/RoundVideo.tsx +++ b/src/components/middle/message/RoundVideo.tsx @@ -181,7 +181,7 @@ const RoundVideo: FC = ({ className="RoundVideo media-inner" onClick={handleClick} > - {shouldRenderThumb && ( + {(shouldRenderThumb || mediaData) && (
= ({ style={style} onClick={isUploading ? undefined : handleClick} > - {(!isInline || shouldRenderThumb) + {(!isInline || shouldRenderThumb || shouldRenderInlineVideo) && (