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:
@ -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} />
|
||||
}
|
||||
|
Reference in New Issue
Block a user