From e5f592bfaf13d9d60ad9c296269ac1893471933c Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 10 Jan 2023 22:10:27 -0600 Subject: [PATCH] Expose Registration form to unknown backends --- app/soapbox/utils/features.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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.