Add 'popular with friends' to default feeds

zio/stable
Paul Frazee 2023-05-25 17:10:00 -05:00
parent bf056cf622
commit 7916c2e02e
1 changed files with 4 additions and 1 deletions

View File

@ -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'),