⏲🏗 Checkpoint

./server.js:933874/6123
This commit is contained in:
Glitch (hello-express) 2019-11-03 19:55:01 +00:00
parent 3f0b9967cc
commit 82716b4cec
1 changed files with 2 additions and 0 deletions

View File

@ -76,8 +76,10 @@ const listener = app.listen(process.env.PORT, function() {
const loop = () => {
console.log("loop", lastClosed);
if (lastSeen < new Date() - 2 * 60 * 1000 && lastClosed < lastSeen) {
// the Fuz is newly closed, notify on matrix and write file to survive reboot
lastClosed = new Date();
}
setTimeout(loop, 10 * 1000);
};
setTimeout(loop, 1 * 1000); // give some time for presence button to show up (1 min)