[PR #2016] [MERGED] Fix #2001 and fix issue comments hidden #16182

Closed
opened 2025-11-02 12:04:09 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2016
Author: @lunny
Created: 6/20/2017
Status: Merged
Merged: 6/21/2017
Merged by: @lunny

Base: masterHead: lunny/fix_issue_comment_hide


📝 Commits (6)

📊 Changes

3 files changed (+66 additions, -25 deletions)

View changed files

📝 models/issue.go (+4 -1)
📝 models/issue_comment.go (+52 -22)
📝 routers/api/v1/repo/issue_comment.go (+10 -2)

📄 Description

@ethantkoenig


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/2016 **Author:** [@lunny](https://github.com/lunny) **Created:** 6/20/2017 **Status:** ✅ Merged **Merged:** 6/21/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/fix_issue_comment_hide` --- ### 📝 Commits (6) - [`a91be46`](https://github.com/go-gitea/gitea/commit/a91be46635122a69f79bb4ce27a21ceeca8a2e35) revert #2001 and fix issue comments hidden - [`d530fa6`](https://github.com/go-gitea/gitea/commit/d530fa61cc784702c6c8bffe0a491c905a1590d8) fix #2001 - [`e0065ef`](https://github.com/go-gitea/gitea/commit/e0065ef1015d335e0966c8e5c724b277df575a0d) fix import - [`94e3e62`](https://github.com/go-gitea/gitea/commit/94e3e62cb8aff8169f0a696ceccbb0d638977688) improve comment type - [`bfccf1b`](https://github.com/go-gitea/gitea/commit/bfccf1bf521b09eb4e5b1898f2561a08e7593f7b) reduce unnecessary join - [`e10341e`](https://github.com/go-gitea/gitea/commit/e10341e3bb944f22e54486a0109c29767faeba39) fix comment on FindCommentsOptions ### 📊 Changes **3 files changed** (+66 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `models/issue.go` (+4 -1) 📝 `models/issue_comment.go` (+52 -22) 📝 `routers/api/v1/repo/issue_comment.go` (+10 -2) </details> ### 📄 Description @ethantkoenig --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:04:09 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16182