a whole bunch of things
This commit is contained in:
+7
-7
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user