From 1588f9c94a5504cfdba1c51725a84b42dbb6e0cc Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 29 Apr 2022 22:26:44 -0500 Subject: [PATCH] QuotedStatus: hide relationship --- app/soapbox/features/status/components/quoted_status.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/soapbox/features/status/components/quoted_status.tsx b/app/soapbox/features/status/components/quoted_status.tsx index ce1d60ead..62ca8148c 100644 --- a/app/soapbox/features/status/components/quoted_status.tsx +++ b/app/soapbox/features/status/components/quoted_status.tsx @@ -129,6 +129,7 @@ class QuotedStatus extends ImmutablePureComponent { {...actions} id={account.id} timestamp={status.created_at} + withRelationship={false} showProfileHoverCard={!compose} />