Contrails icon indicating copy to clipboard operation
Contrails copied to clipboard

BUG: Reposts Should Provide ReasonRepost

Open jcsalterego opened this issue 2 years ago • 0 comments

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.

jcsalterego avatar Jul 15 '23 15:07 jcsalterego