diff options
Diffstat (limited to 'src/screens/VideoFeed/index.tsx')
-rw-r--r-- | src/screens/VideoFeed/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/VideoFeed/index.tsx b/src/screens/VideoFeed/index.tsx index 21eb53baf..8a75751f7 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() |