[APP-2038] fix feeds not refreshing (#10167)

Co-authored-by: Eric Bailey <git@esb.lol>
This commit is contained in:
Spence Pope
2026-04-06 18:34:01 -04:00
committed by GitHub
parent c0d3010f3e
commit 011d8d2f7c
3 changed files with 14 additions and 2 deletions
@@ -46,6 +46,7 @@ export const PostsList = forwardRef<SectionRef, ProfilesListProps>(
return (
<View>
<PostFeed
enabled
feed={feed}
pollInterval={60e3}
scrollElRef={scrollElRef}