diff --git a/src/components/pure-status.tsx b/src/components/pure-status.tsx index a01fe27d3..5a867a9f3 100644 --- a/src/components/pure-status.tsx +++ b/src/components/pure-status.tsx @@ -368,7 +368,7 @@ const PureStatus: React.FC = (props) => { let quote; if (actualStatus.quote) { - if (actualStatus?.pleroma?.quote_visible === false) { + if ((actualStatus?.pleroma?.quote_visible ?? true) === false) { quote = (