From bcaf7631668f3d4cfdd13c6d39303f0b4947847c Mon Sep 17 00:00:00 2001 From: setop Date: Sun, 30 Nov 2025 11:31:07 +0100 Subject: [PATCH] fix: Upcoming events are not displayed on home page gql error : code: "unknown_error", message: "Not authorized to access object member", status_code: 500 we try to fetch group members but we should not --- src/graphql/group.ts | 9 --------- 1 file changed, 9 deletions(-) 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} `;