Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong user returned in API (#15139) #15150

Merged
merged 2 commits into from
Mar 26, 2021

Commits on Mar 25, 2021

  1. Fix wrong user returned in API (go-gitea#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>
    3 people committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    e909d4c View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. rm regression

    6543 authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    f2f4e60 View commit details
    Browse the repository at this point in the history