We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1acf5 commit 27f68bcCopy full SHA for 27f68bc
models/notification.go
@@ -446,7 +446,7 @@ func (nl NotificationList) LoadComments() error {
446
}
447
448
for _, notification := range nl {
449
- if notification.CommentID > 0 && notification.Comment == nil {
+ if notification.CommentID > 0 && notification.Comment == nil && comments[notification.CommentID] != nil {
450
notification.Comment = comments[notification.CommentID]
451
notification.Comment.Issue = notification.Issue
452
0 commit comments