about summary refs log tree commit diff
path: root/src/lib/constants.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-05-15 15:27:58 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-05-15 15:27:58 -0500
commit5e8e0ad680eae2fe830bf59ef66468ebaf7c2809 (patch)
tree37c2e1c1fb16cd5953b0eef2a52941eaf8782557 /src/lib/constants.ts
parent628d8773255d403347b0cbb98afa6681768d428e (diff)
downloadvoidsky-5e8e0ad680eae2fe830bf59ef66468ebaf7c2809.tar.zst
Update the default suggested users list to match recent activity
Diffstat (limited to 'src/lib/constants.ts')
-rw-r--r--src/lib/constants.ts36
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`,