getFeedSkeleton 'feedContext' usage #3114
hecksadecimal
started this conversation in
Bluesky Lexicons
Replies: 1 comment 1 reply
-
feedContext isn't a value shown to the user, it's used as part of feed interactions API which sends feedback about how users are interacting with the feed. Currently only Discover can make use of that functionality. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to build a feed that identifies and extracts 'accidental' haikus.
I'd like to use feedContext on individual posts returned in the feed to give feed viewers a way to see how the algo interpreted a haiku from the post's contents, instead of having a bot go around replying to everybody.
The documentation seems to imply this is the correct use of feedContext, but I cannot get my added context to reflect on bsky.app.
Is there something I'm missing? Has anyone else successfully used feedContext? Are there examples?
Beta Was this translation helpful? Give feedback.
All reactions