fixing errors and typos
This commit is contained in:
parent
ec6ab101c0
commit
8d16bce7ec
7 changed files with 22 additions and 25 deletions
|
@ -82,7 +82,7 @@ class Group extends Channel {
|
|||
this.lastmessageid = JSON.last_message_id;
|
||||
this.lastmessageid ??= "0";
|
||||
this.mentions = 0;
|
||||
this.setUpInfinateScroller();
|
||||
this.setUpInfiniteScroller();
|
||||
}
|
||||
createguildHTML() {
|
||||
const div = document.createElement("div");
|
||||
|
@ -104,7 +104,7 @@ class Group extends Channel {
|
|||
}
|
||||
this.guild.prevchannel = this;
|
||||
this.localuser.channelfocus = this;
|
||||
const prom = this.infinate.delete();
|
||||
const prom = this.infinite.delete();
|
||||
await this.putmessages();
|
||||
await prom;
|
||||
if (id !== Channel.genid) {
|
||||
|
@ -132,7 +132,7 @@ class Group extends Channel {
|
|||
}
|
||||
}
|
||||
this.unreads();
|
||||
this.infinate.addedBottom();
|
||||
this.infinite.addedBottom();
|
||||
if (messagez.author === this.localuser.user) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue