Fix poll latest loop (#1901)
* Avoid pollLatest loop * Set poll interval on profile feeds
This commit is contained in:
@@ -350,6 +350,7 @@ const FeedSection = React.forwardRef<SectionRef, FeedSectionProps>(
|
||||
<Feed
|
||||
testID="postsFeed"
|
||||
feed={feed}
|
||||
pollInterval={30e3}
|
||||
scrollElRef={scrollElRef}
|
||||
onHasNew={setHasNew}
|
||||
onScroll={onScroll}
|
||||
|
||||
Reference in New Issue
Block a user