diff --git a/components/status/StatusAttachment.vue b/components/status/StatusAttachment.vue index eb30c935..57418fb8 100644 --- a/components/status/StatusAttachment.vue +++ b/components/status/StatusAttachment.vue @@ -87,6 +87,8 @@ useIntersectionObserver(video, (entries) => { } }) }, { threshold: 0.75 }) + +const userSettings = useUserSettings() -
+