Add 'popular with friends' to default feeds
This commit is contained in:
parent
bf056cf622
commit
7916c2e02e
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue