Expire confirmations after user comments
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -159,7 +159,7 @@ function shouldReturnAcceptedConfirmationToCreatorAgent(args: {
|
||||
}
|
||||
|
||||
function shouldSupersedeRequestConfirmationOnUserComment(interaction: RequestConfirmationInteraction) {
|
||||
return interaction.payload.supersedeOnUserComment === true;
|
||||
return interaction.payload.supersedeOnUserComment !== false;
|
||||
}
|
||||
|
||||
function isCommentAtOrAfterInteraction(args: {
|
||||
|
||||
Reference in New Issue
Block a user