1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Fix push token not updated

This commit is contained in:
xmflsct
2023-02-28 20:43:37 +01:00
parent 4ce3ce58ab
commit 0450019cac
3 changed files with 13 additions and 17 deletions

View File

@ -265,7 +265,7 @@ const Timeline: React.FC<Props> = ({
initialNumToRender={3}
maxToRenderPerBatch={2}
onEndReached={() => !disableInfinity && !isFetchingNextPage && fetchNextPage()}
onEndReachedThreshold={0.75}
onEndReachedThreshold={0.8}
ListFooterComponent={
<TimelineFooter queryKey={queryKey} disableInfinity={disableInfinity} />
}