jcsalterego / Contrails

Contrails is an ATProto Feed Generator backed by Cloudflare Workers and Bluesky Search.
Other
80 stars 93 forks source link

BUG: Reposts Should Provide ReasonRepost #11

Open jcsalterego opened 1 year ago

jcsalterego commented 1 year ago

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.