fix DM list bug

This commit is contained in:
MathMan05
2025-12-17 14:39:52 -06:00
parent 2d5b6c708e
commit 959cd39366

View File

@@ -1198,6 +1198,8 @@ class Localuser {
return;
}
if (guild.id === "@me" && (channel as Group).type === 1) {
const div = document.getElementById("sideDiv") as HTMLDivElement;
div.textContent = "";
return;
}