newts not being on when olm is started

This commit is contained in:
Owen
2025-04-13 21:28:11 -04:00
parent b7ae712b63
commit 569635f3ed
7 changed files with 150 additions and 35 deletions

View File

@@ -3,7 +3,6 @@ import { MessageHandler } from "../ws";
import { clients, Olm } from "@server/db/schema";
import { eq, lt, isNull } from "drizzle-orm";
import logger from "@server/logger";
import { time } from "console";
// Track if the offline checker interval is running
let offlineCheckerInterval: NodeJS.Timeout | null = null;