Update MkTimeline.vue

This commit is contained in:
syuilo 2025-05-03 10:33:41 +09:00
parent e67955f6a1
commit fd3bce262a
1 changed files with 5 additions and 5 deletions

View File

@ -155,13 +155,13 @@ if (!store.s.realtimeMode) {
immediate: false, immediate: false,
afterMounted: true, afterMounted: true,
}); });
}
globalEvents.on('notePosted', (note: Misskey.entities.Note) => { globalEvents.on('notePosted', (note: Misskey.entities.Note) => {
paginator.fetchNewer({ paginator.fetchNewer({
toQueue: !isTop(), toQueue: !isTop(),
});
}); });
}); }
function releaseQueue() { function releaseQueue() {
paginator.releaseQueue(); paginator.releaseQueue();