The serwer exposes the feed via server.app.bsky.feed.getFeedSkeleton (see: https://github.com/polyvariant/scala-feed/blob/main/src/methods/feed-generation.ts#L9) which according to the docs doesn't take any user info https://docs.bsky.app/docs/api/app-bsky-feed-get-feed-skeleton. This means you can't pass anything about the user to your algorithm to request further info like their follows

Comments