Merge branch 'account-creation' into 'develop'

Expose Registration form to unknown backends

See merge request soapbox-pub/soapbox!2150
environments/review-develop-3zknud/deployments/2246
Alex Gleason 2023-01-11 04:24:16 +00:00
commit f8be5ecdf4
1 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

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