about summary refs log tree commit diff
path: root/src/view/com/util/List.tsx
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-05-12 18:30:00 +0100
committerGitHub <noreply@github.com>2024-05-12 10:30:00 -0700
commit4458b031732149d6f9c107582b9e4ec343385518 (patch)
treea6f970b792a2fb96b966b84f8c26b6408ab9acc7 /src/view/com/util/List.tsx
parent97750c4aabbcf221561d1d373cb2238627411be2 (diff)
downloadvoidsky-4458b031732149d6f9c107582b9e4ec343385518.tar.zst
FeedFeedback fixes (#3968)
* Lower seen threshold to 1.5s

* Send feedContext for replies

* Use a simpler and more reliable feedContext fallback

---------

Co-authored-by: Paul Frazee <pfrazee@gmail.com>
Diffstat (limited to 'src/view/com/util/List.tsx')
-rw-r--r--src/view/com/util/List.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/List.tsx b/src/view/com/util/List.tsx
index 0064a7b80..90f5905f1 100644
--- a/src/view/com/util/List.tsx
+++ b/src/view/com/util/List.tsx
@@ -90,7 +90,7 @@ function ListImpl<ItemT>(
       },
       {
         itemVisiblePercentThreshold: 40,
-        minimumViewTime: 2e3,
+        minimumViewTime: 1.5e3,
       },
     ]
   }, [onItemSeen])