fix: display 25 topics on category feed

isekai-main
Barış Soner Uşaklı 2 years ago
parent ec58700f6d
commit 791551098c

@ -127,7 +127,7 @@ async function generateForCategory(req, res, next) {
db.getSortedSetRevIntersect({ db.getSortedSetRevIntersect({
sets: ['topics:tid', `cid:${cid}:tids:lastposttime`], sets: ['topics:tid', `cid:${cid}:tids:lastposttime`],
start: 0, start: 0,
stop: 25, stop: 24,
weights: [1, 0], weights: [1, 0],
}), }),
]); ]);

Loading…
Cancel
Save