WIP
This commit is contained in:
		@@ -508,16 +508,8 @@ $(function() {
 | 
				
			|||||||
        helpers.log('Connection established with the websocket.', helpers.LOG_TYPE.FORCE);
 | 
					        helpers.log('Connection established with the websocket.', helpers.LOG_TYPE.FORCE);
 | 
				
			||||||
        // Auth with the socket.
 | 
					        // Auth with the socket.
 | 
				
			||||||
        sendToSocket({
 | 
					        sendToSocket({
 | 
				
			||||||
            authenticate: getAuth()
 | 
					            authenticate: local_auth || getAuth()
 | 
				
			||||||
        });
 | 
					        });
 | 
				
			||||||
        sendToSocket({
 | 
					 | 
				
			||||||
            remote:'true',
 | 
					 | 
				
			||||||
            query:'login',
 | 
					 | 
				
			||||||
            params:{
 | 
					 | 
				
			||||||
                user:'sora',
 | 
					 | 
				
			||||||
                pass:'DcLmS5imaMacZzajNaEhc5pM27eg92cJXr3twmo9wM3b3yhzghtwkhZPdax99uo9'
 | 
					 | 
				
			||||||
            },
 | 
					 | 
				
			||||||
        })
 | 
					 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /*
 | 
					    /*
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user