compiled TS

This commit is contained in:
MathMan05
2024-08-25 15:41:31 -05:00
parent 75c58c3ef0
commit 9269a08972
4 changed files with 89 additions and 4 deletions

View File

@@ -132,7 +132,7 @@ class Group extends Channel {
}
this.buildmessages();
history.pushState(null, "", "/channels/" + this.guild_id + "/" + this.id);
document.getElementById("channelname").textContent = "@" + this.name;
this.localuser.pageTitle("@" + this.name);
document.getElementById("channelTopic").setAttribute("hidden", "");
document.getElementById("typebox").contentEditable = "" + true;
}