diff --git a/components/status/StatusAttachment.vue b/components/status/StatusAttachment.vue index 39c56f4a..fc070d7b 100644 --- a/components/status/StatusAttachment.vue +++ b/components/status/StatusAttachment.vue @@ -67,6 +67,7 @@ const type = $computed(() => { const video = ref() const prefersReducedMotion = usePreferredReducedMotion() const isAudio = $computed(() => attachment.type === 'audio') +const isVideo = $computed(() => attachment.type === 'video') const enableAutoplay = usePreferences('enableAutoplay') @@ -246,7 +247,12 @@ watch(shouldLoadAttachment, () => { /> -
+