more user profile work

This commit is contained in:
Henry Jameson 2026-08-11 20:59:18 +03:00
commit 3274a27f9e
3 changed files with 13 additions and 11 deletions

View file

@ -182,7 +182,10 @@ const Timeline = {
fetchOlderStatuses: throttle(
function () {
this.timeline.fetcher
.fetchAndUpdate()
.fetchAndUpdate({
older: true,
showImmediately: true,
})
.then(({ statuses }) => {
if (statuses?.length === 0) {
this.bottomedOut = true