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);