diff options
author | hailey <me@haileyok.com> | 2025-05-30 13:54:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-30 13:54:58 -0700 |
commit | ce7b9dc430da65151694baaf84af4b4a800866b5 (patch) | |
tree | f7c134b917981ade3cbffcbb1e1af8bb9c97833d /src/screens/VideoFeed/index.tsx | |
parent | 2a453cd9cac811da0eb7c802489c6e4bcfe4bd78 (diff) | |
download | voidsky-ce7b9dc430da65151694baaf84af4b4a800866b5.tar.zst |
add metrics (#8426)
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() |