mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
@ -55,7 +55,7 @@ const TimelineRefresh: React.FC<Props> = ({
|
||||
firstPage?.links?.prev && {
|
||||
...(firstPage.links.prev.isOffset
|
||||
? { offset: firstPage.links.prev.id }
|
||||
: { max_id: firstPage.links.prev.id }),
|
||||
: { min_id: firstPage.links.prev.id }),
|
||||
// https://github.com/facebook/react-native/issues/25239#issuecomment-731100372
|
||||
limit: '3'
|
||||
},
|
||||
|
Reference in New Issue
Block a user