do not let that happen

This commit is contained in:
MathMan05
2026-02-07 18:16:09 -06:00
parent e406496714
commit 9dbea5c6d2
+1
View File
@@ -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);