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()