diff --git a/src/graphql/group.ts b/src/graphql/group.ts index aced21467..0b0cc0807 100644 --- a/src/graphql/group.ts +++ b/src/graphql/group.ts @@ -61,15 +61,6 @@ export const GROUP_MINIMAL_FIELDS_FRAGMENTS = gql` openness manuallyApprovesFollowers allowSeeParticipants - members { - elements { - id - role - actor { - id - } - } - } } ${ACTOR_FRAGMENT} `;