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 = [
|
export const PROD_SUGGESTED_FOLLOWS = [
|
||||||
'faithlove.art',
|
|
||||||
'danielkoeth.bsky.social',
|
|
||||||
'bsky.app',
|
'bsky.app',
|
||||||
'jay.bsky.team',
|
'jay.bsky.team',
|
||||||
'pfrazee.com',
|
'pfrazee.com',
|
||||||
'why.bsky.team',
|
'why.bsky.team',
|
||||||
'support.bsky.team',
|
'dholms.xyz',
|
||||||
|
'emily.bsky.team',
|
||||||
|
'rose.bsky.team',
|
||||||
'jack.bsky.social',
|
'jack.bsky.social',
|
||||||
'earthquake.bsky.social',
|
'faithlove.art',
|
||||||
|
'annaghughes.bsky.social',
|
||||||
|
'astrokatie.com',
|
||||||
|
'whysharksmatter.bsky.social',
|
||||||
'jamesgunn.bsky.social',
|
'jamesgunn.bsky.social',
|
||||||
'seangunn.bsky.social',
|
'seangunn.bsky.social',
|
||||||
'kumail.bsky.social',
|
'kumail.bsky.social',
|
||||||
'craignewmark.bsky.social',
|
'craignewmark.bsky.social',
|
||||||
'grimes.bsky.social',
|
|
||||||
'xychelsea.tv',
|
'xychelsea.tv',
|
||||||
|
'catsofyore.bsky.social',
|
||||||
'mcq.bsky.social',
|
'mcq.bsky.social',
|
||||||
'mmasnick.bsky.social',
|
'mmasnick.bsky.social',
|
||||||
'nitasha.bsky.social',
|
|
||||||
'kenklippenstein.bsky.social',
|
|
||||||
'jaypeters.bsky.social',
|
|
||||||
'miyagawa.bsky.social',
|
|
||||||
'anildash.com',
|
|
||||||
'tiffani.bsky.social',
|
|
||||||
'kelseyhightower.com',
|
'kelseyhightower.com',
|
||||||
'aliafonzy.bsky.social',
|
'aliafonzy.bsky.social',
|
||||||
'tszzl.bsky.social',
|
'bradfitz.com',
|
||||||
'danabramov.bsky.social',
|
'danabramov.bsky.social',
|
||||||
'shinyakato.dev',
|
'shinyakato.dev',
|
||||||
'karpathy.bsky.social',
|
'karpathy.bsky.social',
|
||||||
'lookitup.baby',
|
'lookitup.baby',
|
||||||
|
'pariss.blacktechpipeline.com',
|
||||||
|
'swiftonsecurity.com',
|
||||||
|
'ericajoy.astrel.la',
|
||||||
|
'b0rk.jvns.ca',
|
||||||
|
'vickiboykis.com',
|
||||||
'brooke.vibe.camp',
|
'brooke.vibe.camp',
|
||||||
'mollywhite.net',
|
|
||||||
'amir.blue',
|
'amir.blue',
|
||||||
'zoink.bsky.social',
|
|
||||||
'moskov.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(
|
export const STAGING_SUGGESTED_FOLLOWS = ['arcalinea', 'paul', 'paul2'].map(
|
||||||
handle => `${handle}.staging.bsky.dev`,
|
handle => `${handle}.staging.bsky.dev`,
|
||||||
|
|
Loading…
Reference in New Issue