-
Notifications
You must be signed in to change notification settings - Fork 335
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: release suggest groups #10615
base: master
Are you sure you want to change the base?
feat: release suggest groups #10615
Conversation
@@ -124,11 +114,6 @@ export const endRetrospectiveTeamOnNext: OnNextHandler< | |||
const hasTeamHealth = phases.some((phase) => phase.phaseType === 'TEAM_HEALTH') | |||
const pathname = `/new-summary/${meetingId}` | |||
const search = new URLSearchParams() | |||
const hasSuggestGroups = !!autogroupReflectionGroups?.length | |||
if (hasSuggestGroups) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this was used to track usage of the feature, but we already have the autogroup
mutation tracking this, so it can be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was used for a hubspot chatbot #8547, I don't think we currently use any chatbot, so fine to remove.
@@ -124,11 +114,6 @@ export const endRetrospectiveTeamOnNext: OnNextHandler< | |||
const hasTeamHealth = phases.some((phase) => phase.phaseType === 'TEAM_HEALTH') | |||
const pathname = `/new-summary/${meetingId}` | |||
const search = new URLSearchParams() | |||
const hasSuggestGroups = !!autogroupReflectionGroups?.length | |||
if (hasSuggestGroups) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was used for a hubspot chatbot #8547, I don't think we currently use any chatbot, so fine to remove.
This PR releases the Suggest Groups feature to all users who have access to AI features