do unreads check on init

This commit is contained in:
MathMan05
2025-10-11 11:56:15 -05:00
parent 69d7dffa47
commit 14ebccf384
+1
View File
@@ -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);