diff --git a/app/soapbox/utils/features.ts b/app/soapbox/utils/features.ts index 44b0d4273a..d224502ff0 100644 --- a/app/soapbox/utils/features.ts +++ b/app/soapbox/utils/features.ts @@ -94,10 +94,7 @@ const getInstanceFeatures = (instance: Instance) => { * Ability to create accounts. * @see POST /api/v1/accounts */ - accountCreation: any([ - v.software === MASTODON, - v.software === PLEROMA, - ]), + accountCreation: v.software !== TRUTHSOCIAL, /** * Ability to pin other accounts on one's profile.