From 8290b54dd548ef1f770cb4453e6c3f9458077678 Mon Sep 17 00:00:00 2001 From: Chewbacca Date: Mon, 13 Feb 2023 08:01:47 -0500 Subject: [PATCH] Fix commented out code --- 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 f3c18c3f9..1910a359c 100644 --- a/app/soapbox/utils/features.ts +++ b/app/soapbox/utils/features.ts @@ -467,7 +467,7 @@ const getInstanceFeatures = (instance: Instance) => { * Whether client settings can be retrieved from the API. * @see GET /api/pleroma/frontend_configurations */ - frontendConfigurations: false, // v.software === PLEROMA, + frontendConfigurations: v.software === PLEROMA, /** * Groups.