about summary refs log tree commit diff
path: root/src/screens/VideoFeed/index.tsx
diff options
context:
space:
mode:
authorhailey <me@haileyok.com>2025-05-30 13:54:58 -0700
committerGitHub <noreply@github.com>2025-05-30 13:54:58 -0700
commitce7b9dc430da65151694baaf84af4b4a800866b5 (patch)
treef7c134b917981ade3cbffcbb1e1af8bb9c97833d /src/screens/VideoFeed/index.tsx
parent2a453cd9cac811da0eb7c802489c6e4bcfe4bd78 (diff)
downloadvoidsky-ce7b9dc430da65151694baaf84af4b4a800866b5.tar.zst
add metrics (#8426)
Diffstat (limited to 'src/screens/VideoFeed/index.tsx')
-rw-r--r--src/screens/VideoFeed/index.tsx1
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()