@ -835,13 +835,12 @@ func updateCommentInfos(ctx context.Context, opts *CreateCommentOptions, comment
}
}
}
}
fallthrough
fallthrough
case CommentTypeReview :
fallthrough
case CommentTypeComment :
case CommentTypeComment :
if _ , err = e . Exec ( "UPDATE `issue` SET num_comments=num_comments+1 WHERE id=?" , opts . Issue . ID ) ; err != nil {
if _ , err = e . Exec ( "UPDATE `issue` SET num_comments=num_comments+1 WHERE id=?" , opts . Issue . ID ) ; err != nil {
return err
return err
}
}
fallthrough
case CommentTypeReview :
// Check attachments
// Check attachments
attachments , err := repo_model . GetAttachmentsByUUIDs ( ctx , opts . Attachments )
attachments , err := repo_model . GetAttachmentsByUUIDs ( ctx , opts . Attachments )
if err != nil {
if err != nil {