various fixes

This commit is contained in:
MathMan05 2024-08-16 15:10:12 -05:00
parent 4299e138fa
commit 1eea6cc005
9 changed files with 15 additions and 19 deletions

View file

@ -58,7 +58,8 @@ class User{
body:JSON.stringify({"recipients":[this.id]}),
headers: this.localuser.headers
});
})
});
}
static clear(){
this.userids={};