From 39c83ff30b39442cadca4496be13ecaf9e490b73 Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 29 May 2025 14:49:43 -0700 Subject: [PATCH] types --- src/screens/VideoFeed/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/screens/VideoFeed/index.tsx b/src/screens/VideoFeed/index.tsx index 21eb53baf1..8a75751f72 100644 --- a/src/screens/VideoFeed/index.tsx +++ b/src/screens/VideoFeed/index.tsx @@ -1027,6 +1027,7 @@ function PlayPauseTapArea({ const [queueLike] = usePostLikeMutationQueue( post, undefined, + undefined, 'ImmersiveVideo', ) const {sendInteraction} = useFeedFeedbackContext()