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/state/queries/explore-feed-previews.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/state/queries/explore-feed-previews.tsx')
-rw-r--r-- | src/state/queries/explore-feed-previews.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/state/queries/explore-feed-previews.tsx b/src/state/queries/explore-feed-previews.tsx index 4cd7336c0..45bfc5c48 100644 --- a/src/state/queries/explore-feed-previews.tsx +++ b/src/state/queries/explore-feed-previews.tsx @@ -215,6 +215,7 @@ export function useFeedPreviews( isFallbackMarker: false, isIncompleteThread: item.isIncompleteThread, feedContext: item.feedContext, + reqId: item.reqId, reason: item.reason, feedPostUri: item.feedPostUri, items: item.items |