mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix #661
The API does not support a better way to achieve this as suggested. Though the search API accepts a "following" param, and it will return data prioritising following accounts.
This commit is contained in:
@ -275,7 +275,7 @@ const TabSharedToot: React.FC<TabSharedStackScreenProps<'Tab-Shared-Toot'>> = ({
|
||||
|
||||
setTimeout(() => {
|
||||
flRef.current?.scrollToIndex({
|
||||
index: (ancestorsCache.current?.length || 0),
|
||||
index: ancestorsCache.current?.length || 0,
|
||||
viewOffset: 50
|
||||
})
|
||||
}, 50)
|
||||
|
Reference in New Issue
Block a user