浏览代码

Fix order of comments (#2835)

tags/v1.3.0-rc1
Morlinest 6 年前
父节点
当前提交
95637e046f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      models/issue_comment.go

+ 1
- 0
models/issue_comment.go 查看文件

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


正在加载...
取消
保存