Add 'popular with friends' to default feeds
parent
bf056cf622
commit
7916c2e02e
|
@ -123,7 +123,10 @@ export async function DEFAULT_FEEDS(
|
||||||
} else {
|
} else {
|
||||||
// production
|
// production
|
||||||
return {
|
return {
|
||||||
pinned: [PROD_DEFAULT_FEED('whats-hot')],
|
pinned: [
|
||||||
|
PROD_DEFAULT_FEED('whats-hot'),
|
||||||
|
PROD_DEFAULT_FEED('with-friends'),
|
||||||
|
],
|
||||||
saved: [
|
saved: [
|
||||||
PROD_DEFAULT_FEED('bsky-team'),
|
PROD_DEFAULT_FEED('bsky-team'),
|
||||||
PROD_DEFAULT_FEED('with-friends'),
|
PROD_DEFAULT_FEED('with-friends'),
|
||||||
|
|
Loading…
Reference in New Issue