about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorCooper Edmunds <cooper6789@gmail.com>2023-11-29 15:24:14 -0500
committerCooper Edmunds <cooper6789@gmail.com>2023-11-29 15:24:14 -0500
commit34759798ebb2aaa4c292f000df8f19c7b9f75cb6 (patch)
tree2fdbe1b91340eac73ecad66f57a37dd667daf1dc /src
parent8ceabe2a11742973447a6e3b4489c8a5660f48c3 (diff)
downloadvoidsky-34759798ebb2aaa4c292f000df8f19c7b9f75cb6.tar.zst
Stop adding whats-hot for new users
Diffstat (limited to 'src')
-rw-r--r--src/lib/constants.ts4
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: [],
     }
   }
 }