From b0ee86139c745805e19120e924b6519d0142b72f Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 27 Jul 2023 09:52:09 -0500 Subject: [PATCH] Disable privacyScopes on Ditto --- 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 c09f65810..3119a26ac 100644 --- a/app/soapbox/utils/features.ts +++ b/app/soapbox/utils/features.ts @@ -760,7 +760,7 @@ const getInstanceFeatures = (instance: Instance) => { * Can set privacy scopes on statuses. * @see POST /api/v1/statuses */ - privacyScopes: v.software !== TRUTHSOCIAL, + privacyScopes: ![TRUTHSOCIAL, DITTO].includes(v.software!), /** * A directory of discoverable profiles from the instance.