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:
xmflsct 2023-02-06 19:07:22 +01:00
parent 5d1459eba6
commit be2c223142
1 changed files with 1 additions and 1 deletions

View File

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