From 2b4da7f5366858eba72ad88c5cd9362ce56d74de Mon Sep 17 00:00:00 2001 From: kindgracekind <155408223+kindgracekind@users.noreply.github.com> Date: Mon, 8 Sep 2025 04:24:07 -0500 Subject: Pass feed context to video feed post controls (#9004) --- src/screens/VideoFeed/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/screens/VideoFeed/index.tsx b/src/screens/VideoFeed/index.tsx index 1d7c2dd53..4d711971e 100644 --- a/src/screens/VideoFeed/index.tsx +++ b/src/screens/VideoFeed/index.tsx @@ -869,6 +869,7 @@ function Overlay({ richText={richText} post={post} record={record} + feedContext={feedContext} logContext="FeedItem" onPressReply={() => navigation.navigate('PostThread', { -- cgit 1.4.1