Skip to content

Commit

Permalink
Ensure participants are commited
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgliss committed Jun 26, 2024
1 parent 50631c6 commit 3c60dde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/dispatch/plugins/dispatch_slack/case/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -1012,9 +1012,8 @@ def handle_case_participant_role_activity(
organization_slug=context["subject"].organization_slug,
)
case.status = CaseStatus.triage
db_session.commit()

case_flows.update_conversation(case, db_session)
db_session.commit()


@message_dispatcher.add(
Expand Down

0 comments on commit 3c60dde

Please sign in to comment.