Quick summary
Shouldn't the comment_previously_approved option only affect previosly approved normal comments. The query used to determine the state
$ok_to_comment = $wpdb->get_var( $wpdb->prepare( "SELECT comment_approved FROM $wpdb->comments WHERE comment_author = %s AND comment_author_url = %s and comment_approved = '1' LIMIT 1", $author, $author_url ) );
does not check to the comment_type.
Steps to reproduce
- Enable auto approve Likes.
- Create post.
- Like post from remote actor.
- Reply-Comment from remote actor.
- The reply is automatically approved.
Site owner impact
More than 60% of the total website/platform users
Severity
Minor
What other impact(s) does this issue have?
No response
If a workaround is available, please outline it here.
No response
Quick summary
Shouldn't the
comment_previously_approvedoption only affect previosly approved normal comments. The query used to determine the statedoes not check to the comment_type.
Steps to reproduce
Site owner impact
More than 60% of the total website/platform users
Severity
Minor
What other impact(s) does this issue have?
No response
If a workaround is available, please outline it here.
No response