mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Stop adding whats-hot for new users

+2 -2
+2 -2
src/lib/constants.ts
··· 116 116 } else { 117 117 // production 118 118 return { 119 - pinned: [PROD_DEFAULT_FEED('whats-hot')], 120 - saved: [PROD_DEFAULT_FEED('whats-hot')], 119 + pinned: [], 120 + saved: [], 121 121 } 122 122 } 123 123 }