This repository was archived by the owner on Aug 10, 2024. It is now read-only.

Description
Right now, Contrails cannot find the repost URI to include in a SkeletonItem.reason:
type ReasonRepost = {
$type: 'app.bsky.feed.defs#skeletonReasonRepost'
repost: string // repost URI
}
I think this means there's no "reposted by X" in the app.
This is due to the fact that getAuthorFeed doesn't supply the repost URI.