Skip to content

Commit

Permalink
Link issue and pull requests status change in UI notifications direct…
Browse files Browse the repository at this point in the history
…ly 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.
  • Loading branch information
fsologureng authored Jan 28, 2023
1 parent 48f5d51 commit e9cd18b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/notification/ui/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ func (ns *notificationService) NotifyIssueChangeStatus(ctx context.Context, doer
_ = ns.issueQueue.Push(issueNotificationOpts{
IssueID: issue.ID,
NotificationAuthorID: doer.ID,
CommentID: actionComment.ID,
})
}

Expand Down

0 comments on commit e9cd18b

Please sign in to comment.