From 70f190d44f314fa91b860c29e2f04b4955c1b8b2 Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 23 May 2024 11:35:49 -0700 Subject: Remove `getProfile` calls when loading feed (#3881) * remove unnecessary `getProfile()` calls from feed load add comments ensure only if first simplify nit handle cases where the parent is removed add a comment remove unnecessary `getProfile()` calls from feed load limit only to the first post in the returned items move the logic out of the render and into the query add the grandparent properly update `FeedItem` bump package update `FeedItem` update `post-feed` query update `FeedSlice` * nit * simplify logic * always pass `parentAuthor` * oops! * update `DebugMod` --- src/view/screens/DebugMod.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/view/screens/DebugMod.tsx') diff --git a/src/view/screens/DebugMod.tsx b/src/view/screens/DebugMod.tsx index 86c632194..77b07b8c9 100644 --- a/src/view/screens/DebugMod.tsx +++ b/src/view/screens/DebugMod.tsx @@ -803,6 +803,8 @@ function MockPostFeedItem({ post={post} record={post.record as AppBskyFeedPost.Record} moderation={moderation} + parentAuthor={undefined} + showReplyTo={false} reason={undefined} feedContext={''} /> -- cgit 1.4.1