@ -126,7 +126,7 @@ setInterval(async () => {
client.sendHtmlMessage(roomId, plainText(message), message);
}
}, 1000);
}, process.env.TIMETABLE_INTERVAL || 1000 * 60);
// Handle events
client.on("Room.timeline", async function (event, room) {
The note is not visible to the blocked user.