Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f8a35e

Browse files
authored
Merge branch 'main' into patch-1
2 parents d1f65d6 + e9cd18b commit 3f8a35e

File tree

1 file changed

+1
-0
lines changed
  • modules/notification/ui

1 file changed

+1
-0
lines changed

modules/notification/ui/ui.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ func (ns *notificationService) NotifyIssueChangeStatus(ctx context.Context, doer
9797
_ = ns.issueQueue.Push(issueNotificationOpts{
9898
IssueID: issue.ID,
9999
NotificationAuthorID: doer.ID,
100+
CommentID: actionComment.ID,
100101
})
101102
}
102103

0 commit comments

Comments
 (0)