This commit is contained in:
barisusakli
2014-04-24 18:59:19 -04:00
parent fa221437dc
commit 68fd997efd
5 changed files with 44 additions and 99 deletions

View File

@@ -317,8 +317,6 @@ var db = require('./database'),
if(parseInt(topicData.pinned, 10) === 0) {
db.sortedSetAdd('categories:' + cid + ':tid', postData.timestamp, postData.tid);
}
Categories.addActiveUser(cid, postData.uid, postData.timestamp);
});
};