diff options
author | hailey <me@haileyok.com> | 2025-05-21 11:15:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-21 11:15:55 -0700 |
commit | c16cd36b6447bc769a502cfc0e368a0f0bfaf2e0 (patch) | |
tree | d3e72617e4a20d3bae892a7307d487ef5461fc07 /src/screens/Search/Explore.tsx | |
parent | e6c867a961a6dd99de2388ff5d4a3abb5431e55c (diff) | |
download | voidsky-c16cd36b6447bc769a502cfc0e368a0f0bfaf2e0.tar.zst |
add reqId to feed feedback (#8396)
Co-authored-by: Samuel Newman <mozzius@protonmail.com>
Diffstat (limited to 'src/screens/Search/Explore.tsx')
-rw-r--r-- | src/screens/Search/Explore.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/Search/Explore.tsx b/src/screens/Search/Explore.tsx index 8050d7f73..1aac68c43 100644 --- a/src/screens/Search/Explore.tsx +++ b/src/screens/Search/Explore.tsx @@ -882,6 +882,7 @@ export function Explore({ record={subItem.record} reason={indexInSlice === 0 ? slice.reason : undefined} feedContext={slice.feedContext} + reqId={slice.reqId} moderation={subItem.moderation} parentAuthor={subItem.parentAuthor} showReplyTo={item.showReplyTo} |