Get the QueryStatus application displaying the status more appropriately

This commit is contained in:
Oliver 2025-11-12 00:09:52 -07:00
parent 5770abb7e8
commit 0362342419
11 changed files with 117 additions and 14 deletions

View file

@ -0,0 +1,5 @@
import { QueryManager } from "../utils/QueryManager.mjs";
Hooks.on(`userConnected`, (user) => {
QueryManager.userActivity(user.id);
});