This commit is contained in:
lx
2026-08-16 15:08:52 -04:00
commit fa294ed899
442 changed files with 94718 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
setInterval(function() {
if (document.hasFocus()) {
fetch('/presence')
}
}, 50000);