1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
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:
xmflsct
2023-01-15 19:38:45 +01:00
parent 8814161e0e
commit 9a289489fa
3 changed files with 6 additions and 3 deletions

View File

@ -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)