[PR #1217] [MERGED] Send notifications to partecipants in issue comments #15816

Closed
opened 2025-11-02 11:55:17 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1217
Author: @strk
Created: 3/11/2017
Status: Merged
Merged: 3/16/2017
Merged by: @lunny

Base: masterHead: mailnotify-issue-partecipants


📝 Commits (2)

  • 7770335 Send notifications to partecipants in issue comments
  • 40f8e85 Do not include "labelers" to participants

📊 Changes

5 files changed (+80 additions, -4 deletions)

View changed files

📝 models/fixtures/comment.yml (+13 -1)
📝 models/fixtures/issue.yml (+1 -1)
📝 models/issue.go (+18 -0)
📝 models/issue_mail.go (+24 -2)
📝 models/issue_test.go (+24 -0)

📄 Description

Closes #1216

NOTE: I didn't test this with GUI notifications so might need a review
from @andreynering to deal with that -- this is just a straight port
from the Gogs commit


🔄 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/1217 **Author:** [@strk](https://github.com/strk) **Created:** 3/11/2017 **Status:** ✅ Merged **Merged:** 3/16/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `mailnotify-issue-partecipants` --- ### 📝 Commits (2) - [`7770335`](https://github.com/go-gitea/gitea/commit/77703351aca072a1449e67d40f6e9e6e32cbb2ec) Send notifications to partecipants in issue comments - [`40f8e85`](https://github.com/go-gitea/gitea/commit/40f8e8582c9a3ccb767a6ac653e8efd1f0e1cc8d) Do not include "labelers" to participants ### 📊 Changes **5 files changed** (+80 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `models/fixtures/comment.yml` (+13 -1) 📝 `models/fixtures/issue.yml` (+1 -1) 📝 `models/issue.go` (+18 -0) 📝 `models/issue_mail.go` (+24 -2) 📝 `models/issue_test.go` (+24 -0) </details> ### 📄 Description Closes #1216 NOTE: I didn't test this with GUI notifications so might need a review from @andreynering to deal with that -- this is just a straight port from the Gogs commit --- <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 11:55:17 -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#15816