From 68d5a5d60496027f2a3d9f5905c31b981e8d72be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Tue, 3 May 2022 19:40:54 +0200 Subject: [PATCH] Quote posting requires Soapbox, actually MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/soapbox/utils/features.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/utils/features.ts b/app/soapbox/utils/features.ts index d04e10ce4..3774304c0 100644 --- a/app/soapbox/utils/features.ts +++ b/app/soapbox/utils/features.ts @@ -394,7 +394,7 @@ const getInstanceFeatures = (instance: Instance) => { * @see POST /api/v1/statuses */ quotePosts: any([ - v.software === PLEROMA && gte(v.version, '2.4.50'), + v.software === PLEROMA && v.build === SOAPBOX && gte(v.version, '2.4.50'), instance.feature_quote === true, ]),