···123123 parent := *comment.ReplyTo
124124125125 // find the parent thread, and add all DIDs from here to the recipient list
126126- for _, t := range issue.CommentList() {
126126+ for _, t := range models.NewCommentList(issue.Comments) {
127127 if t.Self.AtUri() == syntax.ATURI(parent.Uri) {
128128 for _, p := range t.Participants() {
129129 recipients.Insert(p)