We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d508f4e commit ff3bba2Copy full SHA for ff3bba2
modules/notification/ui/ui.go
@@ -71,7 +71,7 @@ func (ns *notificationService) NotifyNewIssue(issue *models.Issue) {
71
}
72
73
func (ns *notificationService) NotifyIssueChangeStatus(doer *models.User, issue *models.Issue, actionComment *models.Comment, isClosed bool) {
74
- ns.issueQueue <- issueNotificationOpts{
+ _ = ns.issueQueue.Push(issueNotificationOpts{
75
issueID: issue.ID,
76
notificationAuthorID: doer.ID,
77
})
0 commit comments