Commit f38031f8 authored by strong's avatar strong

Merge commit 'f323231d'

parents 831344de f323231d
...@@ -426,8 +426,8 @@ router.get('/threads/list', function(req, res, next) { ...@@ -426,8 +426,8 @@ router.get('/threads/list', function(req, res, next) {
$in: [tagId] $in: [tagId]
}; };
sortBy = { sortBy = {
top:-1, tag_top:-1,
topTime:-1, tag_topTime:-1,
quality:-1, quality:-1,
created:-1 created:-1
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment