this repo has no description
0
fork

Configure Feed

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

Set to 2

+2 -1
+2 -1
src/pages/home.jsx
··· 85 85 setTimeout(() => { 86 86 (async () => { 87 87 const newStatus = await masto.timelines.fetchHome({ 88 - limit: 1, 88 + limit: 2, 89 + // Need 2 because "new posts" only appear when there are 2 or more 89 90 }); 90 91 if (newStatus.length && newStatus[0].id !== states.home[0].id) { 91 92 states.homeNew = newStatus;