mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Reset after failed auto refetch
This commit is contained in:
@ -218,6 +218,7 @@ const TimelineRefresh: React.FC<Props> = ({
|
|||||||
}
|
}
|
||||||
isFetchingPrev.value = false
|
isFetchingPrev.value = false
|
||||||
})
|
})
|
||||||
|
.catch(() => (isFetchingPrev.value = false))
|
||||||
}
|
}
|
||||||
|
|
||||||
const runFetchLatest = async () => {
|
const runFetchLatest = async () => {
|
||||||
|
Reference in New Issue
Block a user