compiled TS
This commit is contained in:
parent
75c58c3ef0
commit
9269a08972
4 changed files with 89 additions and 4 deletions
|
@ -655,7 +655,7 @@ class Channel {
|
|||
this.localuser.channelfocus = this;
|
||||
const prom = this.infinite.delete();
|
||||
history.pushState(null, "", "/channels/" + this.guild_id + "/" + this.snowflake);
|
||||
document.getElementById("channelname").textContent = "#" + this.name;
|
||||
this.localuser.pageTitle("#" + this.name);
|
||||
const channelTopic = document.getElementById("channelTopic");
|
||||
if (this.topic) {
|
||||
channelTopic.innerHTML = new MarkDown(this.topic, this).makeHTML().innerHTML;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue