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,
afterMounted: true,
});
}
globalEvents.on('notePosted', (note: Misskey.entities.Note) => {
paginator.fetchNewer({
toQueue: !isTop(),
globalEvents.on('notePosted', (note: Misskey.entities.Note) => {
paginator.fetchNewer({
toQueue: !isTop(),
});
});
});
}
function releaseQueue() {
paginator.releaseQueue();