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:
MathMan05 2024-05-27 14:34:04 -05:00
parent b4ef272c2e
commit 9676c605e7
5 changed files with 67 additions and 3 deletions

View file

@ -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();