pl-api: Fix feature definition for groups
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
50536efdce
commit
90b819b065
1 changed files with 1 additions and 1 deletions
|
@ -654,7 +654,7 @@ const getFeatures = (instance: Instance) => {
|
|||
* @see POST /api/v1/admin/groups/:group_id/unsuspend
|
||||
* @see DELETE /api/v1/admin/groups/:group_id
|
||||
*/
|
||||
groups: instance.api_versions['pleroma:groups.pleroma.pl-api'] >= 1,
|
||||
groups: instance.api_versions['groups.pleroma.pl-api'] >= 1,
|
||||
|
||||
/**
|
||||
* Can hide follows/followers lists and counts.
|
||||
|
|
Loading…
Reference in a new issue