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
This commit is contained in:
setop
2025-11-30 11:31:07 +01:00
parent e38201ed0a
commit bcaf763166

View File

@@ -61,15 +61,6 @@ export const GROUP_MINIMAL_FIELDS_FRAGMENTS = gql`
openness
manuallyApprovesFollowers
allowSeeParticipants
members {
elements {
id
role
actor {
id
}
}
}
}
${ACTOR_FRAGMENT}
`;