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