See the best posts from any Bluesky account
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Rename feed displayNames to "1000 likes" / "10,000 likes"

Drops the favs.blue prefix and heart emoji for a neater, less
brand-heavy name. Re-run `node ace feeds:publish` to push the
updated metadata to the PDS records.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

+2 -2
+2 -2
app/services/feed_generator.ts
··· 27 27 { 28 28 rkey: '1k-favs', 29 29 threshold: 1000, 30 - displayName: 'favs.blue 1000 ❤️s', 30 + displayName: '1000 likes', 31 31 description: 'All bluesky posts with over 1000 likes, powered by https://favs.blue', 32 32 }, 33 33 { 34 34 rkey: '10k-favs', 35 35 threshold: 10_000, 36 - displayName: 'favs.blue 10,000 ❤️s', 36 + displayName: '10,000 likes', 37 37 description: 'All bluesky posts with over 10,000 likes, powered by https://favs.blue', 38 38 }, 39 39 ] as const