]> source.dussan.org Git - gitea.git/commit
Fix wrong user returned in API (#15139)
authorsotho <alex@segv.de>
Wed, 24 Mar 2021 20:26:15 +0000 (21:26 +0100)
committerGitHub <noreply@github.com>
Wed, 24 Mar 2021 20:26:15 +0000 (21:26 +0100)
commitf2844b75831c9e05eae20c18116f104d3de7ee86
tree7a66d5432a30304d70d4ee2f8c9f44d092f12ded
parent39ef6f83d50e9e641bf36342c532e8a4ad7cf3f7
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>
modules/convert/pull_review.go