Skip to content

Commit e9cd18b

Browse files
authored
Link issue and pull requests status change in UI notifications directly to their event in the timelined view. (#22627)
Adding the related comment to the issue and pull request status change in the UI notifications allows to navigate directly to the specific event in its dedicated view, easing the reading of last comments and to the editor for additional comments if desired.
1 parent 48f5d51 commit e9cd18b

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

modules/notification/ui/ui.go

+1
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)