fix: pass step_type through response file for diff_review routing

This commit is contained in:
2026-03-10 15:02:24 +09:00
parent 8fbf6bf6b7
commit 7982263fcd
6 changed files with 6 additions and 3 deletions

1
bot.py
View File

@@ -86,6 +86,7 @@ class ApprovalView(discord.ui.View):
request_id=self.request.request_id,
approved=not is_reject,
button_index=btn_index,
step_type=getattr(self.request, 'step_type', ''),
))
embed = interaction.message.embeds[0] if interaction.message.embeds else None
if embed: