Pass feed URI to sendInteractions endpoint (#9989)

This commit is contained in:
DS Boyce
2026-03-04 12:38:24 -08:00
committed by GitHub
parent b84f28f884
commit 8446efb739
3 changed files with 62 additions and 2 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ export function useFeedFeedback(
// Send to the feed
agent.app.bsky.feed
.sendInteractions(
{interactions: interactionsToSend},
{interactions: interactionsToSend, feed: feed?.uri},
{
encoding: 'application/json',
headers: {