From 5d1f16832578d4507d325bb7faf8970f24e25683 Mon Sep 17 00:00:00 2001 From: Chewbacca Date: Tue, 23 May 2023 09:39:17 -0400 Subject: [PATCH] Enable groups --- app/soapbox/utils/features.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/utils/features.ts b/app/soapbox/utils/features.ts index be3650fc1..1b42dd539 100644 --- a/app/soapbox/utils/features.ts +++ b/app/soapbox/utils/features.ts @@ -550,7 +550,7 @@ const getInstanceFeatures = (instance: Instance) => { * @see POST /api/v1/admin/groups/:group_id/unsuspend * @see DELETE /api/v1/admin/groups/:group_id */ - groups: v.build === UNRELEASED, + groups: v.software === TRUTHSOCIAL, /** * Cap # of Group Admins to 5