From 14ebccf3845e81df7c0db07fbbb4264f02b30410 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Sat, 11 Oct 2025 11:56:15 -0500 Subject: [PATCH] do unreads check on init --- src/webpage/localuser.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webpage/localuser.ts b/src/webpage/localuser.ts index 79634fb..1005721 100644 --- a/src/webpage/localuser.ts +++ b/src/webpage/localuser.ts @@ -1928,6 +1928,7 @@ class Localuser { unreads(): void { for (const thing of this.guilds) { if (thing.id === "@me") { + thing.unreads(); continue; } const html = this.guildhtml.get(thing.id);