Adds sorting of DMs
Adds support for sortings of DMs and inital work for unread messages along with a function to work arround an error in spacebar's API
This commit is contained in:
parent
b4ef272c2e
commit
9676c605e7
5 changed files with 67 additions and 3 deletions
|
@ -431,7 +431,6 @@ function initwebsocket(){
|
|||
break;
|
||||
case "READY":
|
||||
thisuser=new localuser(temp);
|
||||
console.log(temp.d.read_state.entries)
|
||||
thisuser.loaduser();
|
||||
READY=temp;
|
||||
thisuser.init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue