This commit is contained in:
NotII
2025-07-30 12:25:46 +02:00
parent 1b51f29c24
commit 4d1c37de92
3 changed files with 175 additions and 3 deletions

View File

@@ -11,7 +11,6 @@ const KeepOnline = () => {
clientFetch('/auth/me');
}
// Start interval without immediate call
const interval = setInterval(updateOnlineStatus, 1000*60*1);
return () => clearInterval(interval);