👴🖇 Checkpoint

./server.js:933874/12557
This commit is contained in:
Glitch (hello-express) 2020-02-05 20:49:38 +00:00
parent bc14857c19
commit 2ef36a2670
1 changed files with 4 additions and 2 deletions

View File

@ -130,7 +130,7 @@ request.post(
const loop = () => {
console.log("loop", lastClosed);
if (
fuzIsOpen &&
//fuzIsOpen &&
lastSeen < new Date() - closingTimeout &&
lastClosed < lastSeen
) {
@ -152,7 +152,9 @@ request.post(
"&limit=1",
body: JSON.stringify({
msgtype: "m.text",
body: process.env.MATRIXMESSAGE
body:
process.env.MATRIXMESSAGE +
(fuzIsOpen ? "" : " (crash ou oubli)")
}),
headers: {
"Content-Type": "application/json"