From a22c628c73383e569ebb7d38fa20ea6394d65837 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 3 Sep 2023 18:48:07 -0500 Subject: [PATCH] features: enable frontendConfigurations on Ditto --- app/soapbox/utils/features.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/soapbox/utils/features.ts b/app/soapbox/utils/features.ts index eb73ac48cd..9fb04b394b 100644 --- a/app/soapbox/utils/features.ts +++ b/app/soapbox/utils/features.ts @@ -534,7 +534,10 @@ const getInstanceFeatures = (instance: Instance) => { * Whether client settings can be retrieved from the API. * @see GET /api/pleroma/frontend_configurations */ - frontendConfigurations: v.software === PLEROMA, + frontendConfigurations: any([ + v.software === PLEROMA, + v.software === DITTO, + ]), /** * Groups.