mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-03-30 17:45:40 +00:00
fix DM list bug
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user