You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! When I change one comment is_removed=True, and then post a comment with the same comment content of the removed comment. There is nothing new in my database. Is there anything wrong in my code. Thanks!
The text was updated successfully, but these errors were encountered:
I was about to report a new bug and then found this... The issue seems to be that CommentDetailsForm.check_for_duplicate_comment() doesn't include is_removed=False in the filter when looking for duplicates. This means that trying to repost a deleted comment exactly results in the deleted comment being returned. However, this appears to only happen if the same post is done on the same day as the deleted one.
Hello! When I change one comment
is_removed=True
, and then post a comment with the same comment content of the removed comment. There is nothing new in my database. Is there anything wrong in my code. Thanks!The text was updated successfully, but these errors were encountered: