mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
More overlooks
This commit is contained in:
@@ -612,7 +612,7 @@ func ViewIssue(ctx *context.Context) {
|
||||
|
||||
if repo.IsOwnedBy(comment.PosterID) ||
|
||||
(repo.Owner.IsOrganization() && repo.Owner.IsOwnedBy(comment.PosterID)) {
|
||||
comment.ShowTag = models.COMMENT_TAG_OWNER
|
||||
comment.ShowTag = models.CommentTagOwner
|
||||
} else if comment.Poster.IsWriterOfRepo(repo) {
|
||||
comment.ShowTag = models.CommentTagWriter
|
||||
} else if comment.PosterID == issue.PosterID {
|
||||
|
Reference in New Issue
Block a user