From 7916c2e02ec66e32de258d2e5a605c1ee1faeac9 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 25 May 2023 17:10:00 -0500 Subject: Add 'popular with friends' to default feeds --- src/lib/constants.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') 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'), -- cgit 1.4.1