mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-06-07 19:42:42 +00:00
fix dm bug
This commit is contained in:
@@ -99,7 +99,7 @@ class Direct extends Guild {
|
||||
loading.classList.remove("loading");
|
||||
this.localuser.getSidePannel();
|
||||
|
||||
const messages = document.getElementById("channelw") as HTMLDivElement;
|
||||
const messages = document.getElementById("scrollWrap") as HTMLDivElement;
|
||||
for (const thing of Array.from(messages.getElementsByClassName("messagecontainer"))) {
|
||||
thing.remove();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user