more user profile work
This commit is contained in:
parent
1f3b9a3905
commit
3274a27f9e
3 changed files with 13 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue