From 4c4ba553bdc4029e78eaf2ccf0f9df12e41a1b01 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 21 Nov 2023 22:42:30 +0000 Subject: Shadow refactoring and improvements (#1959) * Make shadow a type-only concept * Prevent unnecessary init state recalc * Use derived state instead of effects * Batch emitter updates * Use object first seen time instead of dataUpdatedAt * Stop threading dataUpdatedAt through * Use same value consistently --- src/view/com/post-thread/PostThread.tsx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/view/com/post-thread/PostThread.tsx') diff --git a/src/view/com/post-thread/PostThread.tsx b/src/view/com/post-thread/PostThread.tsx index 1c9f2c16f..55448fcc9 100644 --- a/src/view/com/post-thread/PostThread.tsx +++ b/src/view/com/post-thread/PostThread.tsx @@ -73,7 +73,6 @@ export function PostThread({ refetch, isRefetching, data: thread, - dataUpdatedAt, } = usePostThreadQuery(uri) const {data: preferences} = usePreferencesQuery() const rootPost = thread?.type === 'post' ? thread.post : undefined @@ -111,7 +110,6 @@ export function PostThread({ void onPressReply: () => void @@ -295,7 +291,6 @@ function PostThreadLoaded({