Enable groups for v.build === UNRELEASED
This commit is contained in:
parent
0414c36a1e
commit
a6c5d468f4
1 changed files with 1 additions and 1 deletions
|
@ -497,7 +497,7 @@ const getInstanceFeatures = (instance: Instance) => {
|
|||
* @see POST /api/v1/admin/groups/:group_id/unsuspend
|
||||
* @see DELETE /api/v1/admin/groups/:group_id
|
||||
*/
|
||||
groups: false,
|
||||
groups: v.build === UNRELEASED,
|
||||
|
||||
/**
|
||||
* Can see trending/suggested Groups.
|
||||
|
|
Loading…
Reference in a new issue