This commit is contained in:
2023-08-08 16:50:26 +03:00
parent b3901bd430
commit 9978d829ac

View File

@@ -29,7 +29,7 @@ function check_new_messages_timeout(){
check_new_messages(window,it)
}
},
60000)
1000)
}
@@ -76,7 +76,7 @@ function check_new_messages (window,it){
if (last_message_time === null){
//
} else {
data.last_message_modifiedDT = last_message_time.dataset['modifieddt']
data_new_messages.last_message_modifiedDT = last_message_time.dataset['modifieddt']
}
$.ajax({