diff --git a/src/components/status.jsx b/src/components/status.jsx index c8e3fae..aa8c7fa 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 (
-
+