mirror of
https://gitee.com/gitea/gitea
synced 2025-11-04 00:20:25 +08:00
* Fix wrong user returned in API (#15139) The API call: GET /repos/{owner}/{repo}/pulls/{index}/reviews/{id}/comments returns always the reviewer, but should return the poster. Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: zeripath <art27@cantab.net> * rm regression Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: zeripath <art27@cantab.net>