Expire confirmations after user comments

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Dotta
2026-05-18 15:07:55 -05:00
parent 6c46f11f89
commit f360fcbbb3
2 changed files with 4 additions and 6 deletions
@@ -159,7 +159,7 @@ function shouldReturnAcceptedConfirmationToCreatorAgent(args: {
}
function shouldSupersedeRequestConfirmationOnUserComment(interaction: RequestConfirmationInteraction) {
return interaction.payload.supersedeOnUserComment === true;
return interaction.payload.supersedeOnUserComment !== false;
}
function isCommentAtOrAfterInteraction(args: {