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
|
openness
|
||||||
manuallyApprovesFollowers
|
manuallyApprovesFollowers
|
||||||
allowSeeParticipants
|
allowSeeParticipants
|
||||||
members {
|
|
||||||
elements {
|
|
||||||
id
|
|
||||||
role
|
|
||||||
actor {
|
|
||||||
id
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
${ACTOR_FRAGMENT}
|
${ACTOR_FRAGMENT}
|
||||||
`;
|
`;
|
||||||
|
|||||||
Reference in New Issue
Block a user