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 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', { |