mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-06-06 15:32:06 +00:00
do not let that happen
This commit is contained in:
@@ -1382,6 +1382,7 @@ class Guild extends SnowFlake {
|
||||
}
|
||||
}
|
||||
for (const thread of json.threads) {
|
||||
if (this.localuser.channelids.has(thread.id)) continue;
|
||||
const temp = new Channel(thread, this);
|
||||
this.localuser.channelids.set(temp.id, temp);
|
||||
temp.resolveparent(this);
|
||||
|
||||
Reference in New Issue
Block a user