Disable groups

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-06-14 12:13:15 +02:00
parent 8029fc0e95
commit e7188e90e4

View File

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