Update the default suggested users list to match recent activity
parent
628d877325
commit
5e8e0ad680
|
@ -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`,
|
||||
|
|
Loading…
Reference in New Issue