mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fixed #9
This commit is contained in:
@ -76,7 +76,7 @@ const Timeline: React.FC<Props> = ({
|
||||
firstPage.links?.prev && {
|
||||
min_id: firstPage.links.prev,
|
||||
// https://github.com/facebook/react-native/issues/25239#issuecomment-731100372
|
||||
limit: '8'
|
||||
limit: '6'
|
||||
},
|
||||
|
||||
getNextPageParam: lastPage =>
|
||||
|
@ -50,8 +50,6 @@ const TimelineAttachment: React.FC<Props> = ({ status }) => {
|
||||
case 'image':
|
||||
imageUrls.push({
|
||||
url: attachment.url,
|
||||
width: attachment.meta?.original?.width,
|
||||
height: attachment.meta?.original?.height,
|
||||
preview_url: attachment.preview_url,
|
||||
remote_url: attachment.remote_url,
|
||||
imageIndex: index
|
||||
|
Reference in New Issue
Block a user