diff --git a/src/components/Timelines/Timeline/Shared/Attachment/Video.tsx b/src/components/Timelines/Timeline/Shared/Attachment/Video.tsx index f583241b..d6907629 100644 --- a/src/components/Timelines/Timeline/Shared/Attachment/Video.tsx +++ b/src/components/Timelines/Timeline/Shared/Attachment/Video.tsx @@ -51,14 +51,16 @@ const AttachmentVideo: React.FC = ({ sensitiveShown, video }) => { /> {sensitiveShown ? ( - - - + video.blurhash ? ( + + + + ) : null ) : (