@@ -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:
The note is not visible to the blocked user.