Description
If we post a same reaction more than one time via reaction API, it will throw 500.
https://gitea.com/api/swagger#/issue/issuePostCommentReaction
POST /repos/{owner}/{repo}/issues/comments/{id}/reactions
FYI, GitHub returns 201 for created, and returns 200 for duplicated
cc @6543
Screenshots
First Time (OK)

Second Time (ERROR)

