This commit is contained in:
maTh 2024-05-16 21:13:24 +00:00 committed by GitHub
commit 81b40bf2f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ function mark_read(div, only_not_read, asBatch) {
if (asRead && asBatch) {
mark_read_queue.push(entryId);
if (send_mark_read_queue_timeout == 0) {
send_mark_read_queue_timeout = setTimeout(function () { send_mark_queue_tick(null); }, 1000);
send_mark_read_queue_timeout = setTimeout(function () { send_mark_queue_tick(null); }, 0);
}
} else {
const queue = [entryId];