From e7188e90e491de319141a725337744f2f02238db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Fri, 14 Jun 2024 12:13:15 +0200 Subject: [PATCH] Disable groups MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- src/utils/features.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/features.ts b/src/utils/features.ts index 7dd01d298..98578767d 100644 --- a/src/utils/features.ts +++ b/src/utils/features.ts @@ -533,7 +533,7 @@ const getInstanceFeatures = (instance: Instance) => { * @see POST /api/v1/admin/groups/:group_id/unsuspend * @see DELETE /api/v1/admin/groups/:group_id */ - groups: true, + groups: false, /** * Can hide follows/followers lists and counts.