From 643319439576094a544f8b2f7e8a9f5a9a2d4cd5 Mon Sep 17 00:00:00 2001 From: "P. Reis" Date: Tue, 3 Dec 2024 15:08:34 -0300 Subject: [PATCH] fix: default to true, actualStatus?.pleroma?.quote_visible --- src/components/pure-status.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = (