mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
first batch of changes
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
}
|
||||
|
||||
function getPostsData(next) {
|
||||
posts.getPostsByTid(tid, 0, -20, -1, function(postsData) {
|
||||
posts.getPostsByTid(tid, -20, -1, function(postsData) {
|
||||
next(null, postsData);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user