From 9934daeb4dd92affbd37cae31d8f5e7246014a7c Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 16 May 2024 13:00:23 +0800 Subject: [PATCH] Handle filtered quote posts --- src/components/status.jsx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/components/status.jsx b/src/components/status.jsx index c8e3faea..aa8c7fa9 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -303,6 +303,7 @@ function Status({ onMouseEnter: debugHover, }} showFollowedTags + quoted={quoted} /> ); } @@ -3176,6 +3177,7 @@ function FilteredStatus({ instance, containerProps = {}, showFollowedTags, + quoted, }) { const snapStates = useSnapshot(states); const { @@ -3220,7 +3222,9 @@ function FilteredStatus({ return (
-
+