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

Merged
merged 5 commits into from
Mar 24, 2021
Merged

Fix wrong user returned in API #15139

merged 5 commits into from
Mar 24, 2021

Commits on Mar 24, 2021

  1. Fix wrong user returned in API (go-gitea#15127)

    The API call: GET /repos/{owner}/{repo}/pulls/{index}/reviews/{id}/comments
    returns always the reviewer, but should return the poster.
    sotho committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    a5dffe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42d06a0 View commit details
    Browse the repository at this point in the history
  3. finish

    6543 authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    fea573a View commit details
    Browse the repository at this point in the history
  4. fix lint

    6543 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    cc11d80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    436a289 View commit details
    Browse the repository at this point in the history