on new topic create add to votes sorted set

v1.18.x
Barış Soner Uşaklı 7 years ago
parent ba56810790
commit 510e57d414

@ -64,6 +64,9 @@ module.exports = function (Topics) {
'cid:' + topicData.cid + ':uid:' + topicData.uid + ':tids',
], timestamp, topicData.tid, next);
},
function (next) {
db.sortedSetAdd('cid:' + topicData.cid + ':tids:votes', 0, topicData.tid, next);
},
function (next) {
categories.updateRecentTid(topicData.cid, topicData.tid, next);
},

Loading…
Cancel
Save