mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Mark id on load
With the introduction of throttle, it is crucial to log on load otherwise there won't be much match after that
This commit is contained in:
@ -160,7 +160,7 @@ const Timeline: React.FC<Props> = ({
|
||||
viewabilityConfig: {
|
||||
minimumViewTime: 300,
|
||||
itemVisiblePercentThreshold: 80,
|
||||
waitForInteraction: true
|
||||
waitForInteraction: false
|
||||
},
|
||||
onViewableItemsChanged: ({ viewableItems }) => {
|
||||
const marker = readMarker ? getAccountStorage.string(readMarker) : undefined
|
||||
|
Reference in New Issue
Block a user