Enable groups

This commit is contained in:
Chewbacca 2023-05-23 09:39:17 -04:00
parent cb6b688efe
commit 5d1f168325

View file

@ -550,7 +550,7 @@ const getInstanceFeatures = (instance: Instance) => {
* @see POST /api/v1/admin/groups/:group_id/unsuspend * @see POST /api/v1/admin/groups/:group_id/unsuspend
* @see DELETE /api/v1/admin/groups/:group_id * @see DELETE /api/v1/admin/groups/:group_id
*/ */
groups: v.build === UNRELEASED, groups: v.software === TRUTHSOCIAL,
/** /**
* Cap # of Group Admins to 5 * Cap # of Group Admins to 5