mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-05-11 21:54:50 +00:00
do unreads check on init
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user