From 011d8d2f7cbb0744b1299161ac442df8b1cb56ad Mon Sep 17 00:00:00 2001 From: Spence Pope Date: Mon, 6 Apr 2026 18:34:01 -0400 Subject: [PATCH] [APP-2038] fix feeds not refreshing (#10167) Co-authored-by: Eric Bailey --- src/components/StarterPack/Main/PostsList.tsx | 1 + src/screens/Profile/ProfileFeed/index.tsx | 1 + src/view/com/posts/PostFeed.tsx | 14 ++++++++++++-- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/components/StarterPack/Main/PostsList.tsx b/src/components/StarterPack/Main/PostsList.tsx index e9d7a9a9a2..ebd0dcf59d 100644 --- a/src/components/StarterPack/Main/PostsList.tsx +++ b/src/components/StarterPack/Main/PostsList.tsx @@ -46,6 +46,7 @@ export const PostsList = forwardRef( return ( { if (isFetching || !hasNextPage || isError) return