From 116b93ec8add4cc50f68abfce7b11e430dd413db Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 2 Feb 2026 17:44:07 -0600 Subject: [PATCH] remove outdated prop --- src/components/Post/Embed/VideoEmbed/index.web.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Post/Embed/VideoEmbed/index.web.tsx b/src/components/Post/Embed/VideoEmbed/index.web.tsx index b8540222c1..19c6c83b2c 100644 --- a/src/components/Post/Embed/VideoEmbed/index.web.tsx +++ b/src/components/Post/Embed/VideoEmbed/index.web.tsx @@ -98,7 +98,6 @@ export function VideoEmbed({embed}: {embed: AppBskyEmbedVideo.View}) { setActive={setActive} onScreen={onScreen} lastKnownTime={lastKnownTime} - isGif={embed.presentation === 'gif'} />