bugfix
This commit is contained in:
parent
032e1b5be6
commit
6d34f7ffd9
2 changed files with 2 additions and 2 deletions
|
@ -811,7 +811,7 @@ class Channel {
|
|||
id = this.goBackIds(this.lastmessage.snowflake, 50);
|
||||
}
|
||||
if (!id) {
|
||||
if (removetitle) {
|
||||
if (!removetitle) {
|
||||
const title = document.createElement("h2");
|
||||
title.id = "removetitle";
|
||||
title.textContent = "No messages appear to be here, be the first to say something!";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue