0.0.168
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
|
||||
|
||||
function sendMessageSocket (data) {
|
||||
if (chatSocket.readyState !== 1 || chatSocket.readyState !== 0){
|
||||
init_ws()
|
||||
}
|
||||
|
||||
chatSocket.send(JSON.stringify(data));
|
||||
if (!data.ticket_id){
|
||||
let el_tab = document.querySelector(".tab_user_messanger.select")
|
||||
|
||||
Reference in New Issue
Block a user