Fix order of comments (#2835)

release/v1.3
Morlinest 6 years ago committed by Lunny Xiao
parent 2e08f230ca
commit 95637e046f

@ -611,6 +611,7 @@ func findComments(e Engine, opts FindCommentsOptions) ([]*Comment, error) {
}
return comments, sess.
Asc("comment.created_unix").
Asc("comment.id").
Find(&comments)
}

Loading…
Cancel
Save