From ff3bba261e0c370d8dcf8f8af4a470e3ba43769b Mon Sep 17 00:00:00 2001 From: Andrew Thornton Date: Sun, 22 Dec 2019 23:46:55 +0000 Subject: [PATCH] broken merge --- modules/notification/ui/ui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/notification/ui/ui.go b/modules/notification/ui/ui.go index 38fc5fd14b596..e6b0d6a85e7ed 100644 --- a/modules/notification/ui/ui.go +++ b/modules/notification/ui/ui.go @@ -71,7 +71,7 @@ func (ns *notificationService) NotifyNewIssue(issue *models.Issue) { } func (ns *notificationService) NotifyIssueChangeStatus(doer *models.User, issue *models.Issue, actionComment *models.Comment, isClosed bool) { - ns.issueQueue <- issueNotificationOpts{ + _ = ns.issueQueue.Push(issueNotificationOpts{ issueID: issue.ID, notificationAuthorID: doer.ID, })