a whole bunch of things

This commit is contained in:
STEINNI
2026-06-21 21:08:04 +00:00
parent 01bf35a238
commit 1db846daa3
7 changed files with 56 additions and 38 deletions
+7 -7
View File
@@ -92,13 +92,13 @@ export class wssServer {
return(OnlineUsers);
}
sessionConnected(sessionID){
if(!sessionID) return(false) // If that cnx is not finished login-in
for(let uuid in this.AllWssConnections) {
if(this.AllWssConnections[uuid].sessionID==sessionID) return(true)
}
return(false)
}
// sessionConnected(sessionID){
// if(!sessionID) return(false) // If that cnx is not finished login-in
// for(let uuid in this.AllWssConnections) {
// if(this.AllWssConnections[uuid].sessionID==sessionID) return(true)
// }
// return(false)
// }
async reloadAccessRights() {
await this.configHelper.refreshAccessRights()