Do not show participants invisible to the user
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/347407 **Problem** We expose participants that the current user cannot see because we don't provide the current user as an argument to participants method in GraphQL. When the user is missing, then we use the author of the issuable permissions to fetch participants. **Solution** Remove the feature flag to enable verification for participants Changelog: changed
Showing
Please register or sign in to comment