diff options
author | Cooper Edmunds <cooper6789@gmail.com> | 2023-11-29 15:24:14 -0500 |
---|---|---|
committer | Cooper Edmunds <cooper6789@gmail.com> | 2023-11-29 15:24:14 -0500 |
commit | 34759798ebb2aaa4c292f000df8f19c7b9f75cb6 (patch) | |
tree | 2fdbe1b91340eac73ecad66f57a37dd667daf1dc | |
parent | 8ceabe2a11742973447a6e3b4489c8a5660f48c3 (diff) | |
download | voidsky-34759798ebb2aaa4c292f000df8f19c7b9f75cb6.tar.zst |
Stop adding whats-hot for new users
-rw-r--r-- | src/lib/constants.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/constants.ts b/src/lib/constants.ts index f8f651305..aa5983be7 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -116,8 +116,8 @@ export async function DEFAULT_FEEDS( } else { // production return { - pinned: [PROD_DEFAULT_FEED('whats-hot')], - saved: [PROD_DEFAULT_FEED('whats-hot')], + pinned: [], + saved: [], } } } |