TomatoesBurner / Agile-Web-Community-Forum

0 stars 0 forks source link

Bugfix: Prevent poster from accepting their own comments #59

Closed akikodesu closed 1 month ago

akikodesu commented 1 month ago

Now, it is discovered that if we do not implement the logic to prevent the poster from accepting their own comment, the following issues will arise:

1.The accept button will appear when the poster hovers over their own comment. 2.If the poster accepts their own comment and then deletes and reposts it, the comment will still show as accepted.

The current solution is to ensure that the accept button does not appear when the poster hovers over their own comment.