This commit is contained in:
MathMan05 2024-08-18 12:20:07 -05:00
parent 2440babacb
commit 6e37f84bd5
5 changed files with 122 additions and 3 deletions

View file

@ -11,6 +11,7 @@ import { Settings } from "./settings.js";
import { MarkDown } from "./markdown.js";
const wsCodesRetry = new Set([4000, 4003, 4005, 4007, 4008, 4009]);
class Localuser {
badges = new Map();
lastSequence = null;
token;
userinfo;