this repo has no description
0
fork

Configure Feed

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

How did I even code this

+1 -1
+1 -1
src/app.jsx
··· 484 484 console.error(e); 485 485 }); 486 486 }; 487 - useInterval(() => checkForUpdates, visible && 1000 * 60 * 30); // 30 minutes 487 + useInterval(checkForUpdates, visible && 1000 * 60 * 30); // 30 minutes 488 488 usePageVisibility((visible) => { 489 489 if (visible) { 490 490 if (!lastCheckDate.current) {