about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/lib/constants.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/constants.ts b/src/lib/constants.ts
index c42e6f3a9..41aab1431 100644
--- a/src/lib/constants.ts
+++ b/src/lib/constants.ts
@@ -123,7 +123,10 @@ export async function DEFAULT_FEEDS(
   } else {
     // production
     return {
-      pinned: [PROD_DEFAULT_FEED('whats-hot')],
+      pinned: [
+        PROD_DEFAULT_FEED('whats-hot'),
+        PROD_DEFAULT_FEED('with-friends'),
+      ],
       saved: [
         PROD_DEFAULT_FEED('bsky-team'),
         PROD_DEFAULT_FEED('with-friends'),