revert GLITCH 3
This commit is contained in:
Gitea Hub 2023-12-24 08:26:43 +00:00
parent dfcb2f2535
commit b809d2a23a

View file

@ -121,11 +121,7 @@ const getInstanceFeatures = (instance: Instance) => {
* Ability to create accounts.
* @see POST /api/v1/accounts
*/
accountCreation: any([
v.software !== TRUTHSOCIAL,
v.software == MASTODON,
v.software == GLITCH,
]),
accountCreation: v.software !== TRUTHSOCIAL,
/**
* Ability to pin other accounts on one's profile.