fix(core): Only take into account users that active for the first time to show activation modal (no-changelog) (#6121)
only take into account users that active for the first time
This commit is contained in:
@@ -114,7 +114,7 @@ export async function workflowExecutionCompleted(
|
||||
workflow_id: workflowId,
|
||||
};
|
||||
|
||||
if (!owner.settings?.firstSuccessfulWorkflowId) {
|
||||
if (!owner.settings?.userActivated) {
|
||||
await UserService.updateUserSettings(owner.id, {
|
||||
firstSuccessfulWorkflowId: workflowId,
|
||||
userActivated: true,
|
||||
|
||||
Reference in New Issue
Block a user