Merge branch 'main' of https://github.com/DEVTomatoCake/JankClient into jank/channel-topic
This commit is contained in:
commit
4b745ded3f
25 changed files with 383 additions and 94 deletions
|
@ -111,6 +111,7 @@ class Group extends Channel{
|
|||
this.lastmessageid??=new SnowFlake("0",undefined);
|
||||
this.mentions=0;
|
||||
this.setUpInfiniteScroller();
|
||||
this.position=Math.max(this.lastmessageid.getUnixTime(),this.snowflake.getUnixTime());
|
||||
}
|
||||
createguildHTML(){
|
||||
const div=document.createElement("div")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue