diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/constants.ts | 36 |
1 files changed, 22 insertions, 14 deletions
diff --git a/src/lib/constants.ts b/src/lib/constants.ts index df325b059..6d0d4797b 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -33,42 +33,50 @@ export function TEAM_HANDLES(serviceUrl: string) { } } +// NOTE +// this is a temporary list that we periodically update +// it is used in the search interface if the user doesn't follow anybody +// -prf export const PROD_SUGGESTED_FOLLOWS = [ - 'faithlove.art', - 'danielkoeth.bsky.social', 'bsky.app', 'jay.bsky.team', 'pfrazee.com', 'why.bsky.team', - 'support.bsky.team', + 'dholms.xyz', + 'emily.bsky.team', + 'rose.bsky.team', 'jack.bsky.social', - 'earthquake.bsky.social', + 'faithlove.art', + 'annaghughes.bsky.social', + 'astrokatie.com', + 'whysharksmatter.bsky.social', 'jamesgunn.bsky.social', 'seangunn.bsky.social', 'kumail.bsky.social', 'craignewmark.bsky.social', - 'grimes.bsky.social', 'xychelsea.tv', + 'catsofyore.bsky.social', 'mcq.bsky.social', 'mmasnick.bsky.social', - 'nitasha.bsky.social', - 'kenklippenstein.bsky.social', - 'jaypeters.bsky.social', - 'miyagawa.bsky.social', - 'anildash.com', - 'tiffani.bsky.social', 'kelseyhightower.com', 'aliafonzy.bsky.social', - 'tszzl.bsky.social', + 'bradfitz.com', 'danabramov.bsky.social', 'shinyakato.dev', 'karpathy.bsky.social', 'lookitup.baby', + 'pariss.blacktechpipeline.com', + 'swiftonsecurity.com', + 'ericajoy.astrel.la', + 'b0rk.jvns.ca', + 'vickiboykis.com', 'brooke.vibe.camp', - 'mollywhite.net', 'amir.blue', - 'zoink.bsky.social', 'moskov.bsky.social', + 'neilhimself.bsky.social', + 'kylierobison.com', + 'carnage4life.bsky.social', + 'lolennui.bsky.social', ] export const STAGING_SUGGESTED_FOLLOWS = ['arcalinea', 'paul', 'paul2'].map( handle => `${handle}.staging.bsky.dev`, |