Expose Registration form to unknown backends

This commit is contained in:
Alex Gleason 2023-01-10 22:10:27 -06:00
parent 87aa965069
commit e5f592bfaf
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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.