This commit is contained in:
tamaina 2023-07-28 15:57:34 +00:00
parent ae949af6c3
commit d92fe0803c
1 changed files with 4 additions and 1 deletions

View File

@ -535,7 +535,10 @@ function concatItems(oldItems: MisskeyEntity[]) {
}
async function executeQueue() {
if (queue.value.size === 0) return;
//
//
// if (queue.value.size === 0) return;
if (isPausingUpdateByExecutingQueue.value) return;
if (timelineBackTopBehavior.value === 'newest') {
// Safari