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:
@@ -61,15 +61,6 @@ export const GROUP_MINIMAL_FIELDS_FRAGMENTS = gql`
|
||||
openness
|
||||
manuallyApprovesFollowers
|
||||
allowSeeParticipants
|
||||
members {
|
||||
elements {
|
||||
id
|
||||
role
|
||||
actor {
|
||||
id
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
${ACTOR_FRAGMENT}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user