From cf63c2ca07c9a77bb92449ea4f3d78b8dd54fb8f Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 28 May 2025 22:09:28 +0300 Subject: Send FeedFeedback interactions in thread view (#8414) --- src/screens/VideoFeed/index.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/screens/VideoFeed/index.tsx') diff --git a/src/screens/VideoFeed/index.tsx b/src/screens/VideoFeed/index.tsx index 2a61db715..21eb53baf 100644 --- a/src/screens/VideoFeed/index.tsx +++ b/src/screens/VideoFeed/index.tsx @@ -1023,7 +1023,12 @@ function PlayPauseTapArea({ const {_} = useLingui() const doubleTapRef = useRef | null>(null) const playHaptic = useHaptics() - const [queueLike] = usePostLikeMutationQueue(post, 'ImmersiveVideo') + // TODO: implement viaRepost -sfn + const [queueLike] = usePostLikeMutationQueue( + post, + undefined, + 'ImmersiveVideo', + ) const {sendInteraction} = useFeedFeedbackContext() const {isPlaying} = useEvent(player, 'playingChange', { isPlaying: player.playing, -- cgit 1.4.1