Compare commits

..

1 Commits

Author SHA1 Message Date
Barış Soner Uşaklı
53af9ec2e8 backport redis fix #7350 2019-02-08 14:39:50 -05:00

View File

@@ -24,7 +24,8 @@ module.exports = {
if (parseInt(topicData.pinned, 10) === 1) {
return setImmediate(next);
}
topicData.postcount = parseInt(topicData.postcount, 10) || 0;
db.sortedSetAdd('cid:' + topicData.cid + ':tids:posts', topicData.postcount, tid, next);
},
function (next) {