diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-11-29 17:35:57 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-11-29 17:35:57 -0800 |
commit | 4c7b9652dbe858d5357d4e983c110c84c9e5a46e (patch) | |
tree | cf012d95b87edaec87c492ab4a20d8fd64d9b1c5 /src/lib/constants.ts | |
parent | dc53ef1ec17d4c89ace36ed64d1217caaa54cdb9 (diff) | |
parent | 3fbac466ac8554fcb690fccbe0053a5be07801d7 (diff) | |
download | voidsky-4c7b9652dbe858d5357d4e983c110c84c9e5a46e.tar.zst |
Merge branch '2011-link-in-feeds-tab-bar' of https://github.com/CooperEdmunds/social-app into CooperEdmunds-2011-link-in-feeds-tab-bar
Diffstat (limited to 'src/lib/constants.ts')
-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: [], } } } |