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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user