This commit is contained in:
SBD
2024-02-21 15:10:34 +03:00
parent be97b848d0
commit abb0d488eb

View File

@@ -46,9 +46,10 @@ function wsReceiveData (e) {
marker_new_messages.classList.add('show')
marker_new_messages.classList.remove('hide')
}
setCokie(365,'twb_new_messages',true)
}
}
setCokie(365,'twb_new_messages',true)
update_chat_html(data,msg_cont)
// document.querySelector(".tab_user_messanger.select").scrollIntoView({behavior: "smooth",block:'end',inline:'end'});
@@ -124,9 +125,9 @@ function wsReceiveData (e) {
marker_new_messages.classList.add('show')
marker_new_messages.classList.remove('hide')
}
setCokie(365,'twb_new_messages',true)
}
}
setCokie(365,'twb_new_messages',true)
update_count_unread_messages(data)
}
if (data.required_beep === true) {