Contrails
Contrails copied to clipboard
Contrails is an ATProto Feed Generator backed by Cloudflare Workers and Bluesky Search.
At least couple of feeds derived from Contrails stopped updating a week ago, about when Bluesky went public: - https://bsky.app/profile/did:plc:pkzt5mk76dc3fnd7w7l7veyr/feed/webassembly - https://bsky.app/profile/did:plc:tb5q5hwakt3fczz4smodkqhj/feed/ffxiv There are no errors in Cloudflare dashboard -...
We are planning to tear down the legacy `search.bsky.social` service immanently. As noted in https://github.com/jcsalterego/Contrails/issues/26, that index has not been getting updates for about a week. This migration was hinted...
The feed I have created does not seem to be sorted correctly. I have set keywords in both Japanese and English, but the sorting seems to be split between Japanese...
This PR silences glaring warnings in the GitHub Actions workflow logs. Details of the warnings are documented in the commit messages. Many thanks!
Pull from a user list?
In my FFXIV feed, it picks up a lot of posts using a lot of search terms and most are fine, but there's a specific chunk of the community who...
Duplicate posts are showing up in feeds using multiple search terms
https://bsky.app/profile/readyedgemont.com/post/3k7eh2d2scx2n Following up on the above thread @jcsalterego it looks like adding the searchTerm that is a link created on SkyFeed does not update the search terms affecting the thread....
Right now, Contrails cannot find the repost URI to include in a `SkeletonItem.reason`: ```typescript type ReasonRepost = { $type: 'app.bsky.feed.defs#skeletonReasonRepost' repost: string // repost URI } ``` I think this...