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.