This commit is contained in:
24c02 2026-02-10 12:50:46 -05:00
parent 5ce38eea4d
commit 011a11f431

View file

@ -24,7 +24,7 @@ class Slack::InteractivityController < ActionController::API
action_id = action["action_id"]
case action_id
when "tutorial_agree"
when "tutorial_agree", "coc_continue"
Tutorial::AgreeJob.perform_later(current_identity)
else
Ralsei::HandleActionJob.perform_later(current_identity, action_id)